diff transform/RealTimePluginTransform.h @ 34:8ad306d8a568

* Pull transforms out of Layer menu (again) and into a separate Transforms menu * Add Recent Transforms submenu * Add effects and generators to the transforms menu (not yet implemented) as well as analysis plugins and data-from-effects (control output ports) * Add a nice dictionary-volume-style alphabetic subdivision of plugin names in plugins By Name menus
author Chris Cannam
date Fri, 22 Sep 2006 16:12:23 +0000
parents 61259228d029
children bedc7517b6e8
line wrap: on
line diff
--- a/transform/RealTimePluginTransform.h	Thu Sep 21 16:43:50 2006 +0000
+++ b/transform/RealTimePluginTransform.h	Fri Sep 22 16:12:23 2006 +0000
@@ -29,7 +29,7 @@
                             const ExecutionContext &context,
 			    QString configurationXml = "",
                             QString units = "",
-			    int output = 0);
+			    int output = -1); // -1 -> audio, 0+ -> data
     virtual ~RealTimePluginTransform();
 
 protected: