Mercurial > hg > sonic-visualiser
diff transform/TransformFactory.h @ 26:d88d117e0c34
* Add mono timestretch toggle button; some more work on getting blocksize etc
parameters through to plugins
author | Chris Cannam |
---|---|
date | Mon, 18 Sep 2006 16:43:17 +0000 |
parents | cd5d7ff8ef38 |
children | 61259228d029 |
line wrap: on
line diff
--- a/transform/TransformFactory.h Fri Sep 15 15:35:06 2006 +0000 +++ b/transform/TransformFactory.h Mon Sep 18 16:43:17 2006 +0000 @@ -66,7 +66,8 @@ * asking the user, most likely). Returns true if the transform * is acceptable, false if the operation should be cancelled. */ - bool getConfigurationForTransform(TransformName name, Model *inputModel, + bool getConfigurationForTransform(TransformName name, + Model *inputModel, int &channel, QString &configurationXml);