mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 17:37:41 +01:00
some work on being able to swap channels and have different MIDI automation displayed in pianoroll
This commit is contained in:
parent
5248e81f9d
commit
084a23a80d
4 changed files with 46 additions and 2 deletions
|
|
@ -256,6 +256,10 @@ MidiCueEditor::set_visible_channel (int n)
|
|||
{
|
||||
_visible_channel = n;
|
||||
visible_channel_label.set_text (string_compose (_("MIDI Channel %1"), _visible_channel + 1));
|
||||
|
||||
if (view) {
|
||||
view->swap_automation_channel (n);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue