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

◆ process_sample()

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

Definition at line 101 of file ProcessingArchitecture.cpp.

102{
103 return m_manager->process_sample(m_token, channel);
104}
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: