diff transform/RealTimePluginTransform.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 40116f709d3b
children 61259228d029
line wrap: on
line diff
--- a/transform/RealTimePluginTransform.h	Fri Sep 15 15:35:06 2006 +0000
+++ b/transform/RealTimePluginTransform.h	Mon Sep 18 16:43:17 2006 +0000
@@ -29,7 +29,8 @@
                             int channel,
 			    QString configurationXml = "",
                             QString units = "",
-			    int output = 0);
+			    int output = 0,
+                            size_t blockSize = 0);
     virtual ~RealTimePluginTransform();
 
 protected:
@@ -38,6 +39,7 @@
     RealTimePluginInstance *m_plugin;
     int m_channel;
     int m_outputNo;
+    size_t m_blockSize;
 
     // just casts
     DenseTimeValueModel *getInput();