13
0

part 2 of showing region selection in MIDI CC (automation) tracks

This commit is contained in:
Paul Davis 2023-06-28 13:42:28 -06:00
parent 64b08a1c70
commit 36769dd94c

View File

@ -1255,6 +1255,10 @@ AutomationTimeAxisView::set_velocity_mode (VelocityMode vm, bool force)
void
AutomationTimeAxisView::set_selected_regionviews (RegionSelection& rs)
{
if (_view) {
_view->set_selected_regionviews (rs);
}
if (_parameter.type() != MidiVelocityAutomation) {
return;
}