|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::supply_buffer_to_channel | ( | const std::shared_ptr< Buffers::AudioBuffer > & | buffer, |
| uint32_t | channel, | ||
| double | mix = 1.0 |
||
| ) |
Supplies a buffer to a single channel with mixing.
| buffer | Source buffer to supply |
| channel | Target channel index |
| mix | Mix level (default: 1.0) |
Convenience wrapper for single-channel buffer supply operations.
Definition at line 203 of file Graph.cpp.
References MayaFlux::Buffers::AUDIO_BACKEND, get_buffer_manager(), and mix().
Referenced by supply_buffer_to_channels().
Here is the call graph for this function:
Here is the caller graph for this function: