Automation of LV2 plugin properties.

Work towards ParameterDescriptor being used more universally to describe control characteristics.
This commit is contained in:
David Robillard 2014-11-01 23:29:10 -04:00
parent 6dfb11c2d0
commit 8a128b33d3
39 changed files with 775 additions and 328 deletions

View file

@ -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