Mercurial > hg > svcore
diff base/PlayParameterRepository.h @ 57:7439f1696314
* Add editing for auralisation plugin parameters and programs
* Rename and reorganise the sample plugin sample set
author | Chris Cannam |
---|---|
date | Thu, 23 Mar 2006 15:49:41 +0000 |
parents | d397ea0a79f5 |
children | 82f529a08cf3 |
line wrap: on
line diff
--- a/base/PlayParameterRepository.h Wed Mar 22 17:38:29 2006 +0000 +++ b/base/PlayParameterRepository.h Thu Mar 23 15:49:41 2006 +0000 @@ -41,12 +41,17 @@ signals: void playParametersChanged(PlayParameters *); + void playPluginIdChanged(const Model *, QString); + void playPluginConfigurationChanged(const Model *, QString); protected slots: void playParametersChanged(); + void playPluginIdChanged(QString); + void playPluginConfigurationChanged(QString); protected: - std::map<const Model *, PlayParameters *> m_playParameters; + typedef std::map<const Model *, PlayParameters *> ModelParameterMap; + ModelParameterMap m_playParameters; static PlayParameterRepository *m_instance; };