Mercurial > hg > sonic-visualiser
comparison 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 |
comparison
equal
deleted
inserted
replaced
25:e74f508db18c | 26:d88d117e0c34 |
---|---|
64 /** | 64 /** |
65 * Get a configuration XML string for the given transform (by | 65 * Get a configuration XML string for the given transform (by |
66 * asking the user, most likely). Returns true if the transform | 66 * asking the user, most likely). Returns true if the transform |
67 * is acceptable, false if the operation should be cancelled. | 67 * is acceptable, false if the operation should be cancelled. |
68 */ | 68 */ |
69 bool getConfigurationForTransform(TransformName name, Model *inputModel, | 69 bool getConfigurationForTransform(TransformName name, |
70 Model *inputModel, | |
70 int &channel, | 71 int &channel, |
71 QString &configurationXml); | 72 QString &configurationXml); |
72 | 73 |
73 /** | 74 /** |
74 * Return the output model resulting from applying the named | 75 * Return the output model resulting from applying the named |