|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::schedule_sequence | ( | std::vector< std::pair< double, std::function< void()> > > | sequence, |
| std::string | name = "" |
||
| ) |
Creates a sequence task that calls functions at specified times and addes it to the default scheduler list for evaluation.
| sequence | Vector of (time, function) pairs |
| name | Name of the metronome task (optional but recommended). If not provided, a default name will be generated. |
Uses the task scheduler from the default engine.
Definition at line 51 of file Chronie.cpp.
References create_sequence(), and get_scheduler().
Here is the call graph for this function: