-
Notifications
You must be signed in to change notification settings - Fork 1
Examples
karnlund edited this page Dec 8, 2011
·
1 revision
There is not much to example just yet.
Currently you can copy the control you want from the projects MainMenu.xib into your own project and immediately use that object to select midi byte data.
IATMidiMessageConstructorMatrix is the highest level object capable of constructing messages that are up to 3 bytes long. It will be able to return an NSData object with the bytes of the currently represented message in it. It will also be able to notify a delegate when any byte of the message changes.