Home
last modified time | relevance | path

Searched refs:detune_bias (Results 1 – 7 of 7) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/
H A DSineOscillator.h63 float out_attenuation, out_attenuation_inv, detune_bias, detune_offset; variable
H A DSineOscillator.cpp82 detune_bias = us.detuneBias(); in prepare_unison()
600 0.9443 * (detune_bias * float(l) + detune_offset); in process_block_internal()
605 (detune_bias * float(l) + detune_offset); in process_block_internal()
773 16 / 0.9443 * (detune_bias * float(l) + detune_offset); in process_block_legacy()
778 (detune_bias * float(l) + detune_offset); in process_block_legacy()
827 (detune_bias * float(l) + detune_offset); in process_block_legacy()
H A DOscillatorBase.h84 float out_attenuation, out_attenuation_inv, detune_bias, detune_offset; variable
H A DClassicOscillator.cpp156 detune_bias = us.detuneBias(); in prepare_unison()
229 (detune_bias * float(i) + detune_offset); in init()
290 (detune_bias * (float)voice + detune_offset); in convolute()
H A DSampleAndHoldOscillator.cpp106 (detune_bias * float(i) + detune_offset); in init()
162 (detune_bias * float(voice) + detune_offset); in convolute()
H A DWavetableOscillator.cpp161 (detune_bias * float(voice) + detune_offset); in convolute()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/effect/
H A DRingModulatorEffect.cpp64 float detune_bias = (float)2.f / (uni - 1.f); in process() local
69 detune_offset[u] = -1.f + detune_bias * u; in process()