diff src/MainWindow.h @ 507:fc726260b29b

Merge from branch "2.0-integration"
author Chris Cannam
date Mon, 19 Oct 2015 11:38:17 +0100
parents 5865c6e296c5
children 30fbc53d8150
line wrap: on
line diff
--- a/src/MainWindow.h	Fri Aug 14 18:16:14 2015 +0100
+++ b/src/MainWindow.h	Mon Oct 19 11:38:17 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:
@@ -52,6 +52,7 @@
     virtual void exportPitchLayer();
     virtual void exportNoteLayer();
     virtual void importPitchLayer();
+    virtual void browseRecordedAudio();
     virtual void newSession();
     virtual void closeSession();
 
@@ -134,6 +135,7 @@
     virtual void layerInAView(Layer *, bool);
 
     virtual void mainModelChanged(WaveFileModel *);
+    virtual void mainModelGainChanged(float);
     virtual void modelAdded(Model *);
     virtual void modelAboutToBeDeleted(Model *);