noteVelocity
Description​
The velocity in which the 'key' of the note is pressed (aka. the loudness/intensity of the note).
- JavaScript
- C#
- Kotlin
noteVelocity: number;
double NoteVelocity { get; set; }
var noteVelocity: Double
The velocity in which the 'key' of the note is pressed (aka. the loudness/intensity of the note).
noteVelocity: number;
double NoteVelocity { get; set; }
var noteVelocity: Double