mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
[Summary] To previous commit
This commit is contained in:
parent
62caa3ea44
commit
4e49f90be0
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ MIDISceneChanger::program_change_input (MIDI::Parser& parser, MIDI::byte program
|
|||
bank = input_port->channel (channel)->bank();
|
||||
}
|
||||
|
||||
jump_to (input_port->channel (channel)->bank(), program);
|
||||
jump_to (bank, program);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue