|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kriya::SamplingPipeline::play_continuous | ( | size_t | index, |
| Kakshya::StreamSlice | slice | ||
| ) |
Load a slice into a voice slot and activate it with looping enabled.
Sets looping on the slice before loading. Equivalent to setting slice.looping = true, calling load(index, slice), then play_continuous(index). Requires build() to have been called first.
| index | Voice index. |
| slice | StreamSlice to load and activate with looping. |
Definition at line 152 of file SamplingPipeline.cpp.
References build(), MayaFlux::Kakshya::StreamSlice::looping, m_built, m_processor, and slice().
Here is the call graph for this function: