|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kriya::EventChain::start | ( | ) |
Starts executing the event chain.
This method begins the execution of the event chain, scheduling each event to occur at its specified time. The events are executed in the order they were added, with the specified delays between them.
The timing is sample-accurate, ensuring that each event occurs at precisely the right moment in the computational timeline.
Definition at line 28 of file Chain.cpp.
References MayaFlux::Vruta::TaskScheduler::add_task(), m_events, m_routine, m_Scheduler, and MayaFlux::Vruta::TaskScheduler::seconds_to_samples().
Referenced by MayaFlux::Kriya::Sequence::execute().
Here is the call graph for this function:
Here is the caller graph for this function: