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

◆ get_context()

MAYAFLUX_API Core::Engine & MayaFlux::get_context ( )

Gets the default engine instance.

Returns
Reference to the default Engine

Creates the engine if it doesn't exist yet. This is the centrally managed engine instance that all convenience functions in this namespace operate on.

Definition at line 56 of file Core.cpp.

57{
58 return internal::get_or_create_engine();
59}

References MayaFlux::internal::get_or_create_engine().

Referenced by create_buffer_pipeline(), get_audio_channel_root(), get_buffer_manager(), MayaFlux::Config::get_buffer_size(), get_event_manager(), get_exponential_random(), get_gaussian_random(), MayaFlux::Config::get_global_graphics_config(), MayaFlux::Config::get_global_stream_info(), get_node_graph_manager(), MayaFlux::Config::get_num_out_channels(), get_poisson_random(), MayaFlux::Config::get_sample_rate(), get_scheduler(), get_uniform_random(), get_window_manager(), Pause(), register_node(), register_node_network(), Resume(), Start(), and unregister_node_network().

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