VoxaTrace
Toggle table of contents
0.9.2
common
Target filter
common
Switch theme
Search in API
Skip to content
VoxaTrace
VoxaTrace
/
com.musicmuni.voxatrace.sonix.midi
/
MidiNote
Midi
Note
data
class
MidiNote
(
var
note
:
Int
=
0
,
var
startTime
:
Float
=
0.0f
,
var
endTime
:
Float
=
0.0f
)
Represents a MIDI note with timing information. Used for MIDI synthesis and generation.
Members
Constructors
Midi
Note
Link copied to clipboard
constructor
(
note
:
Int
=
0
,
startTime
:
Float
=
0.0f
,
endTime
:
Float
=
0.0f
)
Properties
duration
Link copied to clipboard
val
duration
:
Float
end
Time
Link copied to clipboard
var
endTime
:
Float
note
Link copied to clipboard
var
note
:
Int
start
Time
Link copied to clipboard
var
startTime
:
Float