addNote
Description​
(no description)
- JavaScript
- C#
- Kotlin
addNote(track: number, start: number, length: number, key: number, velocity: number, channel: number): void
void AddNote(double track, double start, double length, double key, double velocity, double channel)
fun addNote(track: Double, start: Double, length: Double, key: Double, velocity: Double, channel: Double): Unit
Parameter | Summary |
---|---|
trackAll | (no description) |
startAll | (no description) |
lengthAll | (no description) |
keyAll | (no description) |
velocityAll | (no description) |
channelAll | (no description) |