Uses of Class
org.robovm.apple.audiotoolbox.MusicDeviceNoteParams
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of MusicDeviceNoteParams in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return MusicDeviceNoteParams Modifier and Type Method Description MusicDeviceNoteParamsExtendedNoteOnEvent. getExtendedParams()MusicDeviceNoteParamsMusicDeviceNoteParams. setControl(int index, NoteParamsControlValue value)MusicDeviceNoteParamsMusicDeviceNoteParams. setControls(NoteParamsControlValue... controls)MusicDeviceNoteParamsMusicDeviceNoteParams. setPitch(float pitch)MusicDeviceNoteParamsMusicDeviceNoteParams. setVelocity(float velocity)Methods in org.robovm.apple.audiotoolbox with parameters of type MusicDeviceNoteParams Modifier and Type Method Description ExtendedNoteOnEventExtendedNoteOnEvent. setExtendedParams(MusicDeviceNoteParams extendedParams)intMusicDevice. startNote(int groupID, int offsetSampleFrame, MusicDeviceNoteParams params)protected static OSStatusMusicDevice. startNote0(AudioComponentInstance inUnit, int inInstrument, int inGroupID, IntPtr outNoteInstanceID, int inOffsetSampleFrame, MusicDeviceNoteParams inParams)Constructors in org.robovm.apple.audiotoolbox with parameters of type MusicDeviceNoteParams Constructor Description ExtendedNoteOnEvent(int instrumentID, int groupID, float duration, MusicDeviceNoteParams extendedParams)