You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.