mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Automation of LV2 plugin properties.
Work towards ParameterDescriptor being used more universally to describe control characteristics.
This commit is contained in:
parent
6dfb11c2d0
commit
8a128b33d3
39 changed files with 775 additions and 328 deletions
|
|
@ -2103,7 +2103,7 @@ RouteTimeAxisView::add_automation_child (Evoral::Parameter param, boost::shared_
|
|||
request_redraw ();
|
||||
}
|
||||
|
||||
if (!EventTypeMap::instance().is_midi_parameter(param)) {
|
||||
if (!ARDOUR::parameter_is_midi((AutomationType)param.type())) {
|
||||
/* MIDI-related parameters are always in the menu, there's no
|
||||
reason to rebuild the menu just because we added a automation
|
||||
lane for one of them. But if we add a non-MIDI automation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue