|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Sine::set_frequency_modulator | ( | const std::shared_ptr< Node > & | modulator | ) |
Sets a node to modulate the oscillator's frequency.
| modulator | Node that will modulate the frequency |
The modulator's output is added to the base frequency, enabling FM synthesis techniques.
Definition at line 63 of file Sine.cpp.
References m_frequency_modulator.