comparison transform/RealTimePluginTransform.h @ 63:ba405e5e69d3

* Add auto-normalize option to waveform layer * Various fixes to display of dB/metered levels in waveform layer. Still need to fix to ensure they don't waste half the display * Add mix channels option to waveform layer * Use multiple transforms menus, one per transform type -- not sure about this * Give centroid plugin two outputs, for log and linear frequency weightings * Show scale units from plugin in time-value display
author Chris Cannam
date Wed, 29 Mar 2006 12:35:17 +0000
parents 3086ff194ea0
children 4d59dc469b0f
comparison
equal deleted inserted replaced
62:33285f426852 63:ba405e5e69d3
25 { 25 {
26 public: 26 public:
27 RealTimePluginTransform(Model *inputModel, 27 RealTimePluginTransform(Model *inputModel,
28 QString plugin, 28 QString plugin,
29 QString configurationXml = "", 29 QString configurationXml = "",
30 QString units = "",
30 int output = 0); 31 int output = 0);
31 virtual ~RealTimePluginTransform(); 32 virtual ~RealTimePluginTransform();
32 33
33 protected: 34 protected:
34 virtual void run(); 35 virtual void run();