API reference
MusicNote
strata-game-library/audio-synth
strata-game-library/audio-synth
strata-game-library/audio-synth / MusicNote
Interface: MusicNote
Defined in: core/types.ts:98
Music pattern note.
Properties
duration
duration:
string
Defined in: core/types.ts:102
Duration (e.g., "4n", "8n")
note
note:
string
Defined in: core/types.ts:100
Note name (e.g., "C4", "G#3")
velocity?
optionalvelocity:number
Defined in: core/types.ts:104
Velocity (0-1)
