admsyn / ofxAudioUnit

An openFrameworks addon which makes it easy to work with Audio Units on OSX and iOS
MIT License
120 stars 24 forks source link

Midi utils #6

Closed jasonlevine closed 11 years ago

jasonlevine commented 11 years ago

Added a variable to the ofxAudioUnitSampler class to store the midi channel currently used by the Music Device. Added a bunch a enums to make midi messages clearer than hexadecimal Added a group of functions for procedurally sending messages to AU Music Devices without a physical controller.

first commit was a git error on my part and can be ignored.

admsyn commented 11 years ago

Awesome! Looks good to me.