uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
MidiNoteData
Midi
Note
Data
data
class
MidiNoteData
(
val
startSeconds
:
Double
,
val
durationSeconds
:
Double
,
val
note
:
Int
,
val
velocity
:
Float
)
Members
Constructors
Midi
Note
Data
Link copied to clipboard
constructor
(
startSeconds
:
Double
,
durationSeconds
:
Double
,
note
:
Int
,
velocity
:
Float
)
Properties
duration
Seconds
Link copied to clipboard
val
durationSeconds
:
Double
note
Link copied to clipboard
val
note
:
Int
start
Seconds
Link copied to clipboard
val
startSeconds
:
Double
velocity
Link copied to clipboard
val
velocity
:
Float