|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Attempts to resume the coroutine if it's ready to execute.
| current_sample | Current sample position in the timeline |
This method checks if the current sample position has reached or passed the coroutine's next execution time. If so, it resumes the coroutine, allowing it to execute until its next suspension point or completion.
Implemented in MayaFlux::Vruta::SoundRoutine, MayaFlux::Vruta::GraphicsRoutine, and MayaFlux::Vruta::ComplexRoutine.