Mercurial > hg > svcore
diff transform/TransformFactory.h @ 57:7439f1696314
* Add editing for auralisation plugin parameters and programs
* Rename and reorganise the sample plugin sample set
author | Chris Cannam |
---|---|
date | Thu, 23 Mar 2006 15:49:41 +0000 |
parents | 2157fa46c1e7 |
children | 3086ff194ea0 |
line wrap: on
line diff
--- a/transform/TransformFactory.h Wed Mar 22 17:38:29 2006 +0000 +++ b/transform/TransformFactory.h Thu Mar 23 15:49:41 2006 +0000 @@ -82,6 +82,13 @@ */ QString getTransformFriendlyName(TransformName name); + /** + * Return true if the transform has any configurable parameters, + * i.e. if getConfigurationForTransform can ever return a non-trivial + * (not equivalent to empty) configuration string. + */ + bool isTransformConfigurable(TransformName name); + //!!! Need some way to indicate that the input model has changed / //been deleted so as not to blow up backgrounded transform! -- Or //indeed, if the output model has been deleted -- could equally