|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nexus::dispatch_audio_sinks | ( | std::vector< AudioSink > & | sinks, |
| const InfluenceContext & | ctx | ||
| ) |
For each sink that has a producer fn, call it and push the result.
Sinks without a fn are untouched.
| sinks | Sink vector owned by the calling Emitter or Agent. |
| ctx | Current InfluenceContext passed to each fn. |
Definition at line 71 of file Sinks.cpp.
References MayaFlux::Kakshya::EigenAccess::to_vector().
Referenced by MayaFlux::Nexus::Emitter::invoke(), and MayaFlux::Nexus::Agent::invoke_influence().
Here is the call graph for this function:
Here is the caller graph for this function: