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

◆ m_token_sample_processors

std::unordered_map<ProcessingToken, TokenSampleProcessor> MayaFlux::Nodes::NodeGraphManager::m_token_sample_processors
private

Per-sample processors for each processing token.

Maps each processing domain to a per-sample processing function that processes a single sample and returns the processed value. This is useful for low-level sample manipulation and custom processing.

Definition at line 445 of file NodeGraphManager.hpp.

Referenced by process_sample(), and register_token_sample_processor().