ornamentKeysDown
Description​
For every note within the octave, the number of keys to go down when playing ornaments. This is typically only a key down.
Ornaments are not really a strictly defined element, alphaTab is using shipping some default.
- JavaScript
- C#
- Kotlin
static readonly ornamentKeysDown: number[];static IList<double> OrnamentKeysDown { get; }companion object { val ornamentKeysDown: alphaTab.collections.DoubleList }