Properly describe polarity invert controls

This commit is contained in:
Robin Gareus 2022-09-04 00:39:35 +02:00
parent a307a367cc
commit 44515cb513

View File

@ -205,6 +205,8 @@ Automatable::describe_parameter (Evoral::Parameter param)
return _("Width");
} else if (param.type() == PanElevationAutomation) {
return _("Elevation");
} else if (param.type() == PhaseAutomation) {
return _("Polarity Invert");
} else if (param.type() == MidiCCAutomation) {
return string_compose("Controller %1 [%2]", param.id(), int(param.channel()) + 1);
} else if (param.type() == MidiPgmChangeAutomation) {