Represent enum parameters using the bar widget

The implementation of the current LADSPA dialog in master uses knobs to
represent enum parameters. Therefore it should also work with the new
bar widget.

This gets rid of many labels with the parameter name followed by
"(unsupported)".
This commit is contained in:
Michael Gregorius
2023-07-09 18:15:35 +02:00
parent 126ec55314
commit d22a0e5ce6

View File

@@ -61,6 +61,7 @@ QWidget * LadspaWidgetFactory::createWidget(LadspaControl * ladspaControl, QWidg
}
case INTEGER:
case ENUM:
case FLOATING:
// TODO Remove when not needed anymore
/*knob = new Knob(knobBright_26, parent, name);