diff transform/TransformFactory.h @ 73:e200055fe80b

* Add vertical zooming and snap-to-selection for OSC control; add a demo script
author Chris Cannam
date Wed, 15 Nov 2006 18:22:26 +0000
parents 94f1c2747de4
children bedc7517b6e8
line wrap: on
line diff
--- a/transform/TransformFactory.h	Tue Nov 14 16:06:00 2006 +0000
+++ b/transform/TransformFactory.h	Wed Nov 15 18:22:26 2006 +0000
@@ -90,6 +90,13 @@
                                         AudioCallbackPlaySource *source = 0);
 
     /**
+     * Get the default execution context for the given transform
+     * and input model (if known).
+     */
+    PluginTransform::ExecutionContext getDefaultContextForTransform(TransformName name,
+                                                                    Model *inputModel = 0);
+
+    /**
      * Return the output model resulting from applying the named
      * transform to the given input model.  The transform may still be
      * working in the background when the model is returned; check the