MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Routine.hpp File Reference
#include "Promise.hpp"
+ Include dependency graph for Routine.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MayaFlux::Vruta::Routine
 Base class for all coroutine types in the MayaFlux engine. More...
 
class  MayaFlux::Vruta::SoundRoutine
 A C++20 coroutine-based audio processing task with sample-accurate timing. More...
 
class  MayaFlux::Vruta::GraphicsRoutine
 A C++20 coroutine-based graphics processing task with frame-accurate timing. More...
 
class  MayaFlux::Vruta::ComplexRoutine
 Multi-domain coroutine that can handle multiple processing rates. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Vruta