Significantly speed up displaying of all MIDI automation lanes
This commit is contained in:
parent
1b55648131
commit
23ffa8b89c
@ -1206,6 +1206,7 @@ MidiTimeAxisView::show_all_automation (bool apply_to_selection)
|
||||
_editor.get_selection().tracks.foreach_midi_time_axis (
|
||||
boost::bind (&MidiTimeAxisView::show_all_automation, _1, false));
|
||||
} else {
|
||||
no_redraw = true; // unset in RouteTimeAxisView::show_all_automation
|
||||
if (midi_track()) {
|
||||
// Show existing automation
|
||||
const set<Evoral::Parameter> params = midi_track()->midi_playlist()->contained_automation();
|
||||
|
Loading…
Reference in New Issue
Block a user