PlayAutomationEvent method
Play a recorded automation event
Implementation
void PlayAutomationEvent(
AutomationEventD event,
) => run(
() => _debugLabels.PlayAutomationEvent(event),
() => _flat.PlayAutomationEvent(
event,
),
);
Play a recorded automation event
void PlayAutomationEvent(
AutomationEventD event,
) => run(
() => _debugLabels.PlayAutomationEvent(event),
() => _flat.PlayAutomationEvent(
event,
),
);