summaryrefslogtreecommitdiff
path: root/muse2/muse/plugin.cpp
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2011-05-04 19:52:20 +0000
committerRobert Jonsson <spamatica@gmail.com>2011-05-04 19:52:20 +0000
commit548a9ee76ec16b19f7fc3a387890585575b08321 (patch)
tree14732b01b62842493af849e948acb030c7784437 /muse2/muse/plugin.cpp
parent4e5287c75c8f9cd2560120ee3a9cf17e39b9b477 (diff)
feedback display fix
Diffstat (limited to 'muse2/muse/plugin.cpp')
-rw-r--r--muse2/muse/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/plugin.cpp b/muse2/muse/plugin.cpp
index bd33fb15..cc3977aa 100644
--- a/muse2/muse/plugin.cpp
+++ b/muse2/muse/plugin.cpp
@@ -3564,7 +3564,7 @@ PluginGui::PluginGui(PluginIBase* p)
if(LADSPA_IS_HINT_INTEGER(range.HintDescriptor))
mType=Meter::DBMeter;
VerticalMeter* m = new VerticalMeter(this, mType);
- printf("lower =%f upper=%f dlower=%f dupper=%f\n", lower, upper,dlower,dupper);
+ //printf("lower =%f upper=%f dlower=%f dupper=%f\n", lower, upper,dlower,dupper);
m->setRange(dlower, dupper);
m->setVal(dval);