Mercurial > hg > tony
diff src/MainWindow.h @ 474:7665cc683dd1 2.0-integration
Merge through to branch for Tony 2.0
author | Chris Cannam |
---|---|
date | Thu, 20 Aug 2015 14:54:21 +0100 |
parents | 46003a5a8736 |
children | 5865c6e296c5 |
line wrap: on
line diff
--- a/src/MainWindow.h Fri Aug 14 18:16:14 2015 +0100 +++ b/src/MainWindow.h Thu Aug 20 14:54:21 2015 +0100 @@ -28,7 +28,7 @@ Q_OBJECT public: - MainWindow(bool withAudioOutput = true, bool withSonification = true, bool withSpectrogram = true); + MainWindow(SoundOptions options, bool withSonification = true, bool withSpectrogram = true); virtual ~MainWindow(); signals: @@ -134,6 +134,7 @@ virtual void layerInAView(Layer *, bool); virtual void mainModelChanged(WaveFileModel *); + virtual void mainModelGainChanged(float); virtual void modelAdded(Model *); virtual void modelAboutToBeDeleted(Model *);