Uses of Class
org.robovm.apple.audiotoolbox.MIDIChannelMessage
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of MIDIChannelMessage in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return MIDIChannelMessage Modifier and Type Method Description MIDIChannelMessageMIDIChannelMessage. setData1(byte data1)MIDIChannelMessageMIDIChannelMessage. setData2(byte data2)MIDIChannelMessageMIDIChannelMessage. setStatus(byte status)Methods in org.robovm.apple.audiotoolbox with parameters of type MIDIChannelMessage Modifier and Type Method Description voidMusicTrack. newMIDIChannelEvent(double timeStamp, MIDIChannelMessage message)protected OSStatusMusicTrack. newMIDIChannelEvent0(double inTimeStamp, MIDIChannelMessage inMessage)