|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
static |
Create a routing operation to AudioBuffer destination.
| target | Target AudioBuffer to receive data. |
ROUTE is a batch output operation. It writes the accumulated or transformed result of a pipeline into a target buffer or container after processing is complete. It is not intended for live per-cycle routing: that is covered by supply, clone, and processing chains on individual buffers. The typical use is to accumulate or transform over N cycles via CAPTURE/TRANSFORM, then route the result to a buffer or DynamicSoundStream for playback or storage via SoundContainerBuffer.
Definition at line 109 of file BufferOperation.cpp.
References m_target_buffer, and ROUTE.