diff main/MainWindow.h @ 2375:59b7fa58c0af

Use updated MainWindowBase API with ability to open playback device before record - hoping to fix #1946 Should ask for microphone permission only when first recording, not when first opening a file
author Chris Cannam
date Wed, 16 Oct 2019 15:28:48 +0100
parents f2dd9218617e
children 169cc70492bb
line wrap: on
line diff
--- a/main/MainWindow.h	Wed Oct 16 13:50:06 2019 +0100
+++ b/main/MainWindow.h	Wed Oct 16 15:28:48 2019 +0100
@@ -32,7 +32,7 @@
     Q_OBJECT
 
 public:
-    MainWindow(SoundOptions options, bool withOSCSupport = true);
+    MainWindow(AudioMode audioMode, MIDIMode midiMode, bool withOSCSupport);
     virtual ~MainWindow();
 
 signals: