|
Deepnote Synthesizer Voice Library v1.0.0
A C++14 header-only library implementing the THX Deep Note effect
|
A synthesizer voice implementing the THX Deep Note effect. More...
#include <deepnotevoice.hpp>
Public Member Functions | |
| void | detune_oscillators (const nt::DetuneHz detune) |
| Detune oscillators symmetrically around the fundamental frequency. | |
A synthesizer voice implementing the THX Deep Note effect.
The DeepnoteVoice manages multiple detuned oscillators that can smoothly transition between frequencies using an animated LFO and Bezier curve shaping.
Key features:
Usage:
Definition at line 90 of file deepnotevoice.hpp.
|
inline |
Detune oscillators symmetrically around the fundamental frequency.
Distributes oscillators either side of the fundamental frequency using integer multiples of the detune amount. For N oscillators:
| detune | Detuning amount in Hz for each step |
Definition at line 221 of file deepnotevoice.hpp.