mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 20:06:09 +01:00
Significantly speed up displaying of all MIDI automation lanes
This commit is contained in:
parent
1b55648131
commit
23ffa8b89c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue