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
Package-level
declarations
Types
Types
Midi
Note
Link copied to clipboard
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.