|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::PlotContainer::bind | ( | uint32_t | series_index, |
| std::shared_ptr< Buffers::AudioBuffer > | buffer | ||
| ) |
Bind a series to an AudioBuffer.
Each process() copies get_data() span into the series. Series size is not automatically resized; allocate via add_series() to match the expected buffer frame count.
| series_index | Index returned by add_series(). |
| buffer | AudioBuffer to read from. |
Definition at line 149 of file PlotContainer.cpp.
References MayaFlux::Kakshya::ContainerDataStructure::dimensions, ensure_processor(), m_structure, mark_ready_for_processing(), and MayaFlux::Kakshya::ContainerDataStructure::modality.
Here is the call graph for this function: