|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::PlotProcessor::bind_audio_buffer | ( | uint32_t | series_index, |
| std::shared_ptr< Buffers::AudioBuffer > | buffer | ||
| ) |
Bind a series slot to an AudioBuffer.
Each process() copies the full buffer span into the series. Series size is resized to match the buffer on the first process() call.
| series_index | Index returned by PlotContainer::add_series(). |
| buffer | AudioBuffer to read from. |
Definition at line 39 of file PlotProcessor.cpp.
References AUDIO_BUFFER, b, m_bindings, and MF_ERROR.