The reason is here, I guess:
The “& 0x3f” masked off notes range to 0~63+octave*12, so whatever the octave set it can’t arrange 88 difference notes. So need 2 instruments at lease, 2 tracks as well(each track contain only 1 intrument).
The reason is here, I guess:
The “& 0x3f” masked off notes range to 0~63+octave*12, so whatever the octave set it can’t arrange 88 difference notes. So need 2 instruments at lease, 2 tracks as well(each track contain only 1 intrument).