|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Buffers::MixProcessor::register_source | ( | std::shared_ptr< AudioBuffer > | source, |
| double | mix_level = 1.0, |
||
| bool | once = false |
||
| ) |
register an AudioBuffer source to be mixed into the output of specified channel
| source | AudioBuffer to register |
| mix_level | Level of mixing for this source (default: 1.0) |
| once | If true, the source will be mixed only once and then removed (default: false) |
Definition at line 31 of file MixProcessor.cpp.
References m_sources.