Home
last modified time | relevance | path

Searched defs:FMdepth (Results 1 – 9 of 9) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/
H A DFM2Oscillator.h50 lag<double> FMdepth, RelModDepth1, RelModDepth2, FeedbackDepth, PhaseOffset; variable
H A DFM3Oscillator.h50 lag<double> FMdepth, AbsModDepth, RelModDepth1, RelModDepth2, FeedbackDepth; variable
H A DSampleAndHoldOscillator.h62 lag<double> FMdepth, l_pw, l_shape, l_smooth, l_sub, l_sync; variable
H A DSineOscillator.h59 lag<double> FMdepth; variable
H A DWindowOscillator.h72 lag<double> FMdepth[MAX_UNISON]; variable
H A DClassicOscillator.h54 lag<float> FMdepth, integrator_mult, l_pw, l_pw2, l_shape, l_sub, l_sync; variable
H A DTwistOscillator.cpp318 void TwistOscillator::process_block_internal(float pitch, float drift, bool stereo, float FMdepth, in process_block_internal()
539 void TwistOscillator::process_block(float pitch, float drift, bool stereo, bool FM, float FMdepth) in process_block()
H A DAudioInputOscillator.cpp91 float FMdepth) in process_block()
H A DWavetableOscillator.h56 lag<float> FMdepth, hpf_coeff, integrator_mult, l_hskew, l_vskew, l_clip, l_shape; variable