On 8/10/07, mike clemow
Kas,
So, I have to do all my MIDI in hex so I can set a low nibble for channel?! blech.
Not nessicarily. You can also do it in decimals and treat the first byte as the sum of the type of command and the channel, provided you start counting channels at 0. Admittedly that comes down to the same thing.... You're right; Bruce Murphy has done all the work for me and
midisender.ck is what I want. Happily, it's well documented: I'll be using some Chuck code in a performance tonight.
Yes, his is a very convenient sollution. If it turns out there is no time for a update of the MIDI implementation I think we should ask him to borrow his code to /examples/midi in the download as it solves a lot of problems for a lot of people. Kas.