orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-midi
/
org.openrndr.extra.midi
/
MidiEvent
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
channel
Pressure
Link copied to clipboard
fun
channelPressure
(
channel
:
Int
,
pressure
:
Int
)
:
MidiEvent
control
Change
Link copied to clipboard
fun
controlChange
(
channel
:
Int
,
control
:
Int
,
value
:
Int
)
:
MidiEvent
note
Off
Link copied to clipboard
fun
noteOff
(
channel
:
Int
,
note
:
Int
,
velocity
:
Int
)
:
MidiEvent
note
On
Link copied to clipboard
fun
noteOn
(
channel
:
Int
,
note
:
Int
,
velocity
:
Int
)
:
MidiEvent
pitch
Bend
Link copied to clipboard
fun
pitchBend
(
channel
:
Int
,
pitchBend
:
Int
)
:
MidiEvent
program
Change
Link copied to clipboard
fun
programChange
(
channel
:
Int
,
program
:
Int
)
:
MidiEvent