comparison 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
comparison
equal deleted inserted replaced
56:2157fa46c1e7 57:7439f1696314
80 * Brief but friendly description of a transform, suitable for use 80 * Brief but friendly description of a transform, suitable for use
81 * as the name of the output layer. 81 * as the name of the output layer.
82 */ 82 */
83 QString getTransformFriendlyName(TransformName name); 83 QString getTransformFriendlyName(TransformName name);
84 84
85 /**
86 * Return true if the transform has any configurable parameters,
87 * i.e. if getConfigurationForTransform can ever return a non-trivial
88 * (not equivalent to empty) configuration string.
89 */
90 bool isTransformConfigurable(TransformName name);
91
85 //!!! Need some way to indicate that the input model has changed / 92 //!!! Need some way to indicate that the input model has changed /
86 //been deleted so as not to blow up backgrounded transform! -- Or 93 //been deleted so as not to blow up backgrounded transform! -- Or
87 //indeed, if the output model has been deleted -- could equally 94 //indeed, if the output model has been deleted -- could equally
88 //well happen! 95 //well happen!
89 96