Closed Dickby closed 7 years ago
I see, it's a max of 31 instruments. Sorry
Yeah, those upper bits could contain anything :)
On 14 June 2017 at 04:17, Dickby notifications@github.com wrote:
I see, it's a max of 31 instruments. Sorry
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martincameron/micromod/pull/12#issuecomment-308308347, or mute the thread https://github.com/notifications/unsubscribe-auth/ALFO0gUFTNe_6NpbHKAwerUBisAk_AEhks5sD1DmgaJpZM4N5S3B .
The first 4 Bits of the first byte of each note are the upper four bits of the instrument number, so i think this should be 0xF0 and not 0x10, shouldn't it?