Mercurial > hg > svcore
diff transform/ModelTransformerFactory.h @ 389:a1b6d2e33cab
* document library dependencies
* remove dependency of transform on audioio
author | Chris Cannam |
---|---|
date | Thu, 13 Mar 2008 10:12:14 +0000 |
parents | 370aa9714ef5 |
children | 4c000e196bf1 |
line wrap: on
line diff
--- a/transform/ModelTransformerFactory.h Wed Mar 12 18:02:17 2008 +0000 +++ b/transform/ModelTransformerFactory.h Thu Mar 13 10:12:14 2008 +0000 @@ -26,7 +26,7 @@ namespace Vamp { class PluginBase; } -class AudioCallbackPlaySource; +class AudioPlaySource; class ModelTransformerFactory : public QObject { @@ -41,15 +41,14 @@ * Fill out the configuration for the given transform (by asking * the user, most likely). Returns the selected input model and * channel if the transform is acceptable, or an input with a null - * model if the operation should be cancelled. Audio callback - * play source may be used to audition effects plugins, if - * provided. + * model if the operation should be cancelled. Audio play source + * may be used to audition effects plugins, if provided. */ ModelTransformer::Input getConfigurationForTransform(Transform &transform, const std::vector<Model *> &candidateInputModels, Model *defaultInputModel, - AudioCallbackPlaySource *source = 0, + AudioPlaySource *source = 0, size_t startFrame = 0, size_t duration = 0);