Damn, I just fixed this a bit ago! *self-bonk*
svn-id: r6019
This commit is contained in:
parent
a8bbec66e7
commit
d622df84d1
2 changed files with 1 additions and 1 deletions
|
@ -2134,7 +2134,6 @@ void Player::parse_sysex(byte *p, uint len)
|
|||
// Roland custom instrument definition.
|
||||
part = get_part (p[0] & 0x0F);
|
||||
if (part) {
|
||||
p[0] = part->_mc->getNumber();
|
||||
part->_instrument.roland (p - 1);
|
||||
part->changed (IMuseDriver::pcProgram);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue