diff framework/MainWindowBase.h @ 468:56acd9368532 bqaudioio

Initial work toward switching to bqaudioio library (so as to get I/O, not just O)
author Chris Cannam
date Tue, 04 Aug 2015 13:27:42 +0100
parents c651a736ebc4
children f93820d36cb0
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Mon Jul 13 14:39:41 2015 +0100
+++ b/framework/MainWindowBase.h	Tue Aug 04 13:27:42 2015 +0100
@@ -46,7 +46,6 @@
 class WaveformLayer;
 class WaveFileModel;
 class AudioCallbackPlaySource;
-class AudioCallbackPlayTarget;
 class CommandHistory;
 class QMenu;
 class AudioDial;
@@ -63,6 +62,10 @@
 class QSignalMapper;
 class QShortcut;
 
+namespace breakfastquay {
+class SystemPlaybackTarget;
+}
+
 /**
  * The base class for the SV main window.  This includes everything to
  * do with general document and pane stack management, but nothing
@@ -306,7 +309,7 @@
 
     bool                     m_audioOutput;
     AudioCallbackPlaySource *m_playSource;
-    AudioCallbackPlayTarget *m_playTarget;
+    breakfastquay::SystemPlaybackTarget *m_playTarget;
 
     class OSCQueueStarter : public QThread
     {