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
/
MidiDeviceDescription
Midi
Device
Description
@
JvmRecord
data
class
MidiDeviceDescription
(
val
name
:
String
,
val
vendor
:
String
,
val
receive
:
Boolean
,
val
transmit
:
Boolean
)
:
Record
(
source
)
Members
Constructors
Midi
Device
Description
Link copied to clipboard
constructor
(
name
:
String
,
vendor
:
String
,
receive
:
Boolean
,
transmit
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
receive
Link copied to clipboard
val
receive
:
Boolean
transmit
Link copied to clipboard
val
transmit
:
Boolean
vendor
Link copied to clipboard
val
vendor
:
String
Functions
open
Link copied to clipboard
fun
open
(
program
:
Program
)
:
MidiTransceiver