MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ from() [2/4]

Source & MayaFlux::Portal::Forma::Plot::Source::from ( std::shared_ptr< Buffers::AudioBuffer buf)

Bind an AudioBuffer to the last series added by as().

Definition at line 32 of file PlotSource.cpp.

33{
34 m_container->bind(m_last_index, std::move(buf));
35 return *this;
36}
std::shared_ptr< Kakshya::PlotContainer > m_container

References m_container, and m_last_index.