PlayAutomationEvent method

void PlayAutomationEvent(
  1. AutomationEventD event
)

Play a recorded automation event

Implementation

void PlayAutomationEvent(
  AutomationEventD event,
) => run(
  () => _debugLabels.PlayAutomationEvent(event),
  () => _flat.PlayAutomationEvent(
    event,
  ),
);