automations
Description​
Gets or sets a list of all automations on this beat.
- JavaScript
- C#
- Kotlin
automations: Automation[];
IList<Automation> Automations { get; set; }
var automations: alphaTab.collections.List<Automation>
Gets or sets a list of all automations on this beat.
automations: Automation[];
IList<Automation> Automations { get; set; }
var automations: alphaTab.collections.List<Automation>