Type Alias AutomationConfig

Source
pub type AutomationConfig = Config<AUTOMATION_INSTRUCTION_COUNT>;
Expand description

Type aliases for convenience.

Aliased Type§

pub struct AutomationConfig {
    pub instructions: [Instruction; 1024],
    pub instruction_duration: u16,
}

Fields§

§instructions: [Instruction; 1024]

Concatenation of all the automation key instructions.

Automation keys’ instructions are defined by start+len into this array.

§instruction_duration: u16

Duration (in ticks) of each instruction.