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
/
MidiTransceiver
Midi
Transceiver
class
MidiTransceiver
(
program
:
Program
,
val
receiverDevice
:
MidiDevice
?
,
val
transmitterDevicer
:
MidiDevice
?
)
(
source
)
Members
Constructors
Midi
Transceiver
Link copied to clipboard
constructor
(
program
:
Program
,
receiverDevice
:
MidiDevice
?
,
transmitterDevicer
:
MidiDevice
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
channel
Pressure
Link copied to clipboard
val
channelPressure
:
Event
<
MidiEvent
>
control
Changed
Link copied to clipboard
val
controlChanged
:
Event
<
MidiEvent
>
note
Off
Link copied to clipboard
val
noteOff
:
Event
<
MidiEvent
>
note
On
Link copied to clipboard
val
noteOn
:
Event
<
MidiEvent
>
pitch
Bend
Link copied to clipboard
val
pitchBend
:
Event
<
MidiEvent
>
program
Changed
Link copied to clipboard
val
programChanged
:
Event
<
MidiEvent
>
receiver
Device
Link copied to clipboard
val
receiverDevice
:
MidiDevice
?
transmitter
Devicer
Link copied to clipboard
val
transmitterDevicer
:
MidiDevice
?
Functions
channel
Pressure
Link copied to clipboard
fun
channelPressure
(
channel
:
Int
,
value
:
Int
)
control
Change
Link copied to clipboard
fun
controlChange
(
channel
:
Int
,
control
:
Int
,
value
:
Int
)
destroy
Link copied to clipboard
fun
destroy
(
)
note
Off
Link copied to clipboard
fun
noteOff
(
channel
:
Int
,
key
:
Int
,
velocity
:
Int
)
note
On
Link copied to clipboard
fun
noteOn
(
channel
:
Int
,
key
:
Int
,
velocity
:
Int
)
pitch
Bend
Link copied to clipboard
fun
pitchBend
(
channel
:
Int
,
value
:
Int
)
program
Change
Link copied to clipboard
fun
programChange
(
channel
:
Int
,
program
:
Int
)