some work on being able to swap channels and have different MIDI automation displayed in pianoroll

This commit is contained in:
Paul Davis 2024-12-20 11:48:40 -07:00
parent 5248e81f9d
commit 084a23a80d
4 changed files with 46 additions and 2 deletions

View file

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