comparison audioio/AudioCallbackPlaySource.h @ 25:4593a7ebad93

* Ensure plugin parameters for a transform are saved in the .sv file and restored in case the plugin has to be run again * Make plugin dialog offer options for mixdown/single-channel use if the file has more than one channels but the plugin only accepts one * Fix incorrect samplerate playback for second file loaded if its samplerate differed from first * Add Zoom to Fit and Select Visible Range menu options, split out Import Audio into main model and secondary model options * Add stubs for cut, copy and paste operations (not implemented yet)
author Chris Cannam
date Thu, 30 Mar 2006 13:18:11 +0000
parents ebe07d3560e6
children 37e3c693af0c
comparison
equal deleted inserted replaced
24:a0900900a6f6 25:4593a7ebad93
181 signals: 181 signals:
182 void modelReplaced(); 182 void modelReplaced();
183 183
184 void playStatusChanged(bool isPlaying); 184 void playStatusChanged(bool isPlaying);
185 185
186 /// Just a warning 186 void sampleRateMismatch(size_t requested, size_t available, bool willResample);
187 void sampleRateMismatch(size_t requested, size_t available);
188 187
189 protected slots: 188 protected slots:
190 void selectionChanged(); 189 void selectionChanged();
191 void playLoopModeChanged(); 190 void playLoopModeChanged();
192 void playSelectionModeChanged(); 191 void playSelectionModeChanged();