Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 554:4be200469a9c 3.0-integration
Merge from branch bqresample
author | Chris Cannam |
---|---|
date | Fri, 09 Dec 2016 18:01:55 +0000 |
parents | b9d8c7a690d6 |
children | 21e3aab6e3e7 |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Tue Dec 06 15:59:06 2016 +0000 +++ b/framework/MainWindowBase.h Fri Dec 09 18:01:55 2016 +0000 @@ -65,8 +65,9 @@ class AlignmentModel; namespace breakfastquay { -class SystemPlaybackTarget; -class SystemAudioIO; + class SystemPlaybackTarget; + class SystemAudioIO; + class ResamplerWrapper; } /** @@ -343,6 +344,7 @@ AudioCallbackPlaySource *m_playSource; AudioRecordTarget *m_recordTarget; + breakfastquay::ResamplerWrapper *m_resamplerWrapper; breakfastquay::SystemPlaybackTarget *m_playTarget; // only one of this... breakfastquay::SystemAudioIO *m_audioIO; // ... and this exists