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

◆ supply_buffer_to()

bool MayaFlux::Buffers::BufferManager::supply_buffer_to ( const std::shared_ptr< AudioBuffer > &  buffer,
ProcessingToken  token,
uint32_t  channel,
double  mix = 1.0,
bool  force = false 
)

Definition at line 438 of file BufferManager.cpp.

443{
444 return m_supply_mixing->supply_audio_buffer_to(buffer, token, channel, mix, force);
445}
std::unique_ptr< BufferSupplyMixing > m_supply_mixing
Buffer supply and mixing operations.

References m_supply_mixing, and MayaFlux::mix().

Referenced by MayaFlux::Kriya::SamplingPipeline::build(), and MayaFlux::Kriya::SamplingPipeline::build_for().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: