|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::schedule_task | ( | const std::string & | name, |
| Vruta::SoundRoutine && | task, | ||
| bool | initialize = false |
||
| ) |
Schedules a new sound routine task.
| name | Unique name for the task |
| task | The sound routine to schedule |
| initialize | Whether to initialize the task immediately |
Convenience wrapper for Engine::schedule_task() on the default engine.
Definition at line 96 of file Chronie.cpp.
References get_scheduler(), and initialize().
Here is the call graph for this function: