Home
last modified time | relevance | path

Searched refs:envmod (Results 1 – 24 of 24) sorted by relevance

/dports/audio/so-synth-lv2/So-synth-LV2-upstream-1.5/
H A Dso-404.c40 so->envmod = *so->envmod_p;
87 so->envmod = command_val;
109 powf(so->env, 2.0) * powf(so->envmod / 127.0, 2.0);
171 so->envmod = 80;
H A Dso-404.h104 unsigned int envmod; member
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/Nekobi/
H A DDistrhoPluginNekobi.cpp145 fSynth.envmod = 0.3f; in DistrhoPluginNekobi()
316 fSynth.envmod = value/100.0f; in setParameterValue()
317 DISTRHO_SAFE_ASSERT(fSynth.envmod >= 0.0f && fSynth.envmod <= 1.0f); in setParameterValue()
/dports/audio/nekobi-lv2/Nekobi-840a692/plugins/Nekobi/
H A DDistrhoPluginNekobi.cpp145 fSynth.envmod = 0.3f; in DistrhoPluginNekobi()
308 fSynth.envmod = value/100.0f; in setParameterValue()
309 DISTRHO_SAFE_ASSERT(fSynth.envmod >= 0.0f && fSynth.envmod <= 1.0f); in setParameterValue()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestRunTest.cxx710 for (std::string const& envmod : in ComputeArguments()
713 this->Index << ": " << envmod << std::endl); in ComputeArguments()
826 for (auto const& envmod : *environment_modification) { in ForkProcess()
828 auto const eq_loc = envmod.find_first_of('='); in ForkProcess()
832 << envmod << std::endl); in ForkProcess()
836 auto const name = envmod.substr(0, eq_loc); in ForkProcess()
840 auto const colon_loc = envmod.find_first_of(':', op_value_start); in ForkProcess()
843 "Error: Missing `:` after the operation in: " << envmod in ForkProcess()
849 envmod.substr(op_value_start, colon_loc - op_value_start); in ForkProcess()
852 auto const value = envmod.substr(value_start); in ForkProcess()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestRunTest.cxx710 for (std::string const& envmod : in ComputeArguments()
713 this->Index << ": " << envmod << std::endl); in ComputeArguments()
826 for (auto const& envmod : *environment_modification) { in ForkProcess()
828 auto const eq_loc = envmod.find_first_of('='); in ForkProcess()
832 << envmod << std::endl); in ForkProcess()
836 auto const name = envmod.substr(0, eq_loc); in ForkProcess()
840 auto const colon_loc = envmod.find_first_of(':', op_value_start); in ForkProcess()
843 "Error: Missing `:` after the operation in: " << envmod in ForkProcess()
849 envmod.substr(op_value_start, colon_loc - op_value_start); in ForkProcess()
852 auto const value = envmod.substr(value_start); in ForkProcess()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestRunTest.cxx710 for (std::string const& envmod : in ComputeArguments()
713 this->Index << ": " << envmod << std::endl); in ComputeArguments()
826 for (auto const& envmod : *environment_modification) { in ForkProcess()
828 auto const eq_loc = envmod.find_first_of('='); in ForkProcess()
832 << envmod << std::endl); in ForkProcess()
836 auto const name = envmod.substr(0, eq_loc); in ForkProcess()
840 auto const colon_loc = envmod.find_first_of(':', op_value_start); in ForkProcess()
843 "Error: Missing `:` after the operation in: " << envmod in ForkProcess()
849 envmod.substr(op_value_start, colon_loc - op_value_start); in ForkProcess()
852 auto const value = envmod.substr(value_start); in ForkProcess()
/dports/audio/lmms/lmms-1.2.2/plugins/lb302/
H A Dlb302.cpp114 vcf_e1 = exp(6.109 + 1.5876*(fs->envmod) + 2.1553*(fs->cutoff) - 1.2*(1.0-(fs->reso))); in recalc()
115 vcf_e0 = exp(5.613 - 0.8*(fs->envmod) + 2.1553*(fs->cutoff) - 0.7696*(1.0-(fs->reso))); in recalc()
232 kfco = 50.f + (k)*((2300.f-1600.f*(fs->envmod))+(w) * in envRecalc()
234 (fs->envmod)) ); in envRecalc()
323 fs.envmod = 0; in lb302Synth()
414 fs.envmod = vcf_mod_knob.value(); in filterChanged()
H A Dlb302.h53 float envmod; variable
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.h87 float envmod; member
H A Dnekobee_voice.h59 float envmod; member
H A Dnekobee_voice_render.c351 vcf_amt = 0.05f+(synth->envmod*0.75); in nekobee_voice_render()
/dports/audio/nekobi-lv2/Nekobi-840a692/plugins/Nekobi/nekobee-src/
H A Dnekobee_synth.h87 float envmod; member
H A Dnekobee_voice.h59 float envmod; member
H A Dnekobee_voice_render.c351 vcf_amt = 0.05f+(synth->envmod*0.75); in nekobee_voice_render()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dorgan.h42 float envmod[organ_parameters::EnvCount]; member
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dorgan.h42 float envmod[organ_parameters::EnvCount]; member
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dorgan.cpp805 float mod = parameters->filters[i].envmod[0] * eval[0] ; in render_block()
809 mod += parameters->filters[i].envmod[j] * eval[j]; in render_block()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Dorgan.cpp799 float mod = parameters->filters[i].envmod[0] * eval[0] ; in render_block()
803 mod += parameters->filters[i].envmod[j] * eval[j]; in render_block()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/
H A DSurgeVoice.cpp229 id_emoda = scene->filterunit[0].envmod.param_id_in_scene; in SurgeVoice()
230 id_emodb = scene->filterunit[1].envmod.param_id_in_scene; in SurgeVoice()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DSurgeStorage.h503 Parameter envmod; member
H A DSurgeSynthesizer.cpp2063 storage.getPatch().scene[s].filterunit[1].envmod.val.f += in setParameter01()
2064 polarity * storage.getPatch().scene[s].filterunit[0].envmod.val.f; in setParameter01()
H A DSurgePatch.cpp336 a->push_back(scene[sc].filterunit[f].envmod.assign( in SurgePatch()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/python_bindings/
H A Dsurgepy.cpp156 ADD(envmod); in makeFU()