|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::NodeGraphManager::register_token_sample_processor | ( | ProcessingToken | token, |
| TokenSampleProcessor | processor | ||
| ) |
Register per-sample processor for a specific token.
| token | Processing domain to handle (e.g., AUDIO_RATE, VISUAL_RATE) |
| processor | Function that processes a single sample and returns the processed value |
Registers a per-sample processing function that processes one sample at a time and returns the processed value. This is useful for low-level sample manipulation.
Definition at line 190 of file NodeGraphManager.cpp.
References m_token_sample_processors, and token.