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

◆ process_sample()

double MayaFlux::Core::NodeProcessingHandle::process_sample ( uint32_t  channel)

Definition at line 115 of file ProcessingArchitecture.cpp.

116{
117 return m_manager->process_sample(m_token, channel);
118}
std::shared_ptr< Nodes::NodeGraphManager > m_manager

References m_manager, and m_token.

Referenced by MayaFlux::Core::AudioSubsystem::process_output().

+ Here is the caller graph for this function: