Home
last modified time | relevance | path

Searched refs:vcf_accent (Results 1 – 8 of 8) sorted by relevance

/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.c220 if ((synth->voice->velocity>90) && (synth->vcf_accent < synth->voice->vcf_eg)) { in nekobee_synth_render_voices()
221 synth->vcf_accent=(0.985-wow)*synth->vcf_accent+(0.015+wow)*synth->voice->vcf_eg; in nekobee_synth_render_voices()
223 synth->vcf_accent=(0.985-wow)*synth->vcf_accent; // or just decay in nekobee_synth_render_voices()
H A Dnekobee_synth.h62 …float vcf_accent; /* used to emulate the circuit that sweeps the vcf at full reso… member
H A Dnekobee_voice_render.c363 …voice->freqcut_buf[sample] = (cutoff + (vcf_amt * vcf_eg/2.0f) + (synth->vcf_accent * synth->acce… in nekobee_voice_render()
/dports/audio/nekobi-lv2/Nekobi-840a692/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.c220 if ((synth->voice->velocity>90) && (synth->vcf_accent < synth->voice->vcf_eg)) { in nekobee_synth_render_voices()
221 synth->vcf_accent=(0.985-wow)*synth->vcf_accent+(0.015+wow)*synth->voice->vcf_eg; in nekobee_synth_render_voices()
223 synth->vcf_accent=(0.985-wow)*synth->vcf_accent; // or just decay in nekobee_synth_render_voices()
H A Dnekobee_synth.h62 …float vcf_accent; /* used to emulate the circuit that sweeps the vcf at full reso… member
H A Dnekobee_voice_render.c363 …voice->freqcut_buf[sample] = (cutoff + (vcf_amt * vcf_eg/2.0f) + (synth->vcf_accent * synth->acce… in nekobee_voice_render()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/Nekobi/
H A DDistrhoPluginNekobi.cpp104 fSynth.vcf_accent = 0.0f; in DistrhoPluginNekobi()
/dports/audio/nekobi-lv2/Nekobi-840a692/plugins/Nekobi/
H A DDistrhoPluginNekobi.cpp104 fSynth.vcf_accent = 0.0f; in DistrhoPluginNekobi()