Posts Tagged ‘MIDI’

So I’m working on YAMP (yet another midi project and it took me a while to recollect all the binary arithmetic required to parse MIDI packets. Take a midi packet with 3 bytes in hexadecimal notation such as 99 3C 64. This stream encapsulates the following instructions: Play middle C on channel 10 at velocity [...]

Friday, March 12th, 2010 at 14:37 | 6 comments
Categories: Cocoa, Synth
Tags: ,

So I finally started on Octopussy. I’ve always found CoreMidi and procedural APIs in general a bit puzzling so I thought I would start with the simplest of tasks to help me demystify it all. My goal was simply to send a MIDI note on message from the Mac to the blofeld. After perusing MIDIService.h, [...]

Monday, January 12th, 2009 at 04:35 | 1 comment
Categories: Code
TOP