[Summary] To previous commit

This commit is contained in:
GZharun 2014-12-02 01:16:49 +02:00
parent 62caa3ea44
commit 4e49f90be0

View file

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