diff options
Diffstat (limited to 'src/plugins/Effect/ladspa/ladspahost.h')
| -rw-r--r-- | src/plugins/Effect/ladspa/ladspahost.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/Effect/ladspa/ladspahost.h b/src/plugins/Effect/ladspa/ladspahost.h index 9d65f0f49..1fb7af373 100644 --- a/src/plugins/Effect/ladspa/ladspahost.h +++ b/src/plugins/Effect/ladspa/ladspahost.h @@ -51,13 +51,14 @@ public: enum Type { BUTTON = 0, - SLIDER + SLIDER, + LABEL }; double min; double max; double step; LADSPA_Data *value; - bool type; + int type; QString name; }; |
