MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ Start()

MAYAFLUX_API void MayaFlux::Start ( )

Starts audio processing on the default engine.

Convenience wrapper for Engine::Start() on the default engine.

Definition at line 114 of file Core.cpp.

115{
116 get_context().Start();
117}
void Start()
Starts the coordinated processing of all subsystems.
Definition Engine.cpp:118
Core::Engine & get_context()
Gets the default engine instance.
Definition Core.cpp:56

References get_context(), and MayaFlux::Core::Engine::Start().

Referenced by main(), and MayaFlux::Core::Engine::operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: