Summary
This public enumeration lists all types of automations.
- Namespace
- AlphaTab
.Model - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph TD
Base0["Enum"]-->Type
Base1["ValueType"]-->Base0
Base2["object"]-->Base1
Interface0["IComparable"]-.->Type
Interface1["IFormattable"]-.->Type
Interface2["IConvertible"]-.->Type
Type["AutomationType"]
class Type type-node
Syntax
public enum AutomationType
Fields
Name | Constant Value | Summary |
---|---|---|
Balance | 3 |
Balance change.
static
|
Instrument | 2 |
Instrument change.
static
|
Tempo | 0 |
Tempo change.
static
|
Volume | 1 |
Colume change.
static
|