notes
Description​
Gets or sets the individual note positions of this beat (if CoreSettings.includeNoteBounds
was set to true).
- JavaScript
- C#
- Kotlin
notes: NoteBounds[] | null;
IList<NoteBounds>? Notes { get; set; }
var notes: alphaTab.collections.List<NoteBounds>?