Mercurial > hg > svapp
comparison audioio/AudioCallbackPlaySource.h @ 107:52af71802ffd
* document library dependencies
* remove dependency of transform on audioio
author | Chris Cannam |
---|---|
date | Thu, 13 Mar 2008 10:12:14 +0000 |
parents | 907e44e4ecf0 |
children | 4c9c04645685 |
comparison
equal
deleted
inserted
replaced
106:b9faa1418d29 | 107:52af71802ffd |
---|---|
217 * getTargetChannelCount() channels and a getTargetBlockSize() | 217 * getTargetChannelCount() channels and a getTargetBlockSize() |
218 * sample frame processing block size. | 218 * sample frame processing block size. |
219 * | 219 * |
220 * This playback source takes ownership of the plugin, which will | 220 * This playback source takes ownership of the plugin, which will |
221 * be deleted at some point after the following call to | 221 * be deleted at some point after the following call to |
222 * setAuditioningPlugin (depending on real-time constraints). | 222 * setAuditioningEffect (depending on real-time constraints). |
223 * | 223 * |
224 * Pass a null pointer to remove the current auditioning plugin, | 224 * Pass a null pointer to remove the current auditioning plugin, |
225 * if any. | 225 * if any. |
226 */ | 226 */ |
227 void setAuditioningPlugin(RealTimePluginInstance *plugin); | 227 void setAuditioningEffect(Auditionable *plugin); |
228 | 228 |
229 /** | 229 /** |
230 * Specify that only the given set of models should be played. | 230 * Specify that only the given set of models should be played. |
231 */ | 231 */ |
232 void setSoloModelSet(std::set<Model *>s); | 232 void setSoloModelSet(std::set<Model *>s); |