|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kriya::SamplingPipeline::play | ( | size_t | index, |
| Kakshya::StreamSlice | slice | ||
| ) |
Load a slice into a voice slot and activate it immediately.
Equivalent to load(index, slice) followed by play(index). Requires build() to have been called first.
| index | Voice index. |
| slice | StreamSlice to load and activate. |
Definition at line 128 of file SamplingPipeline.cpp.
References build(), m_built, m_processor, and slice().
Here is the call graph for this function: