Home
last modified time | relevance | path

Searched refs:wet (Results 151 – 175 of 2787) sorted by relevance

12345678910>>...112

/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_chorus.c801 fluid_real_t wet = chorus->level * SCALE_WET ; in fluid_chorus_set() local
809 wet = wet / (1.0f + chorus->width * SCALE_WET_WIDTH); in fluid_chorus_set()
810 chorus->wet1 = wet * (chorus->width / 2.0f + 0.5f); in fluid_chorus_set()
811 chorus->wet2 = wet * ((1.0f - chorus->width) / 2.0f); in fluid_chorus_set()
832 chorus->wet1 = chorus->wet2 = wet; in fluid_chorus_set()
841 chorus->wet1 = wet; in fluid_chorus_set()
842 chorus->wet2 = -wet; /* inversion */ in fluid_chorus_set()
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_chorus.c801 fluid_real_t wet = chorus->level * SCALE_WET ; in fluid_chorus_set() local
809 wet = wet / (1.0f + chorus->width * SCALE_WET_WIDTH); in fluid_chorus_set()
810 chorus->wet1 = wet * (chorus->width / 2.0f + 0.5f); in fluid_chorus_set()
811 chorus->wet2 = wet * ((1.0f - chorus->width) / 2.0f); in fluid_chorus_set()
832 chorus->wet1 = chorus->wet2 = wet; in fluid_chorus_set()
841 chorus->wet1 = wet; in fluid_chorus_set()
842 chorus->wet2 = -wet; /* inversion */ in fluid_chorus_set()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/effect/
H A DVocoderEffect.cpp55 wet = *f[voc_mix]; in setvars()
163 wet = *f[voc_mix]; in process()
252 float inMul = 1.0 - wet; in process()
253 dataL[k] = dataL[k] * inMul + wet * vSum(LeftSum) * 4.f; in process()
254 dataR[k] = dataR[k] * inMul + wet * vSum(RightSum) * 4.f; in process()
287 float inMul = 1.0 - wet; in process()
288 dataL[k] = dataL[k] * inMul + wet * vSum(LeftSum) * 4.f; in process()
289 dataR[k] = dataR[k] * inMul + wet * vSum(RightSum) * 4.f; in process()
/dports/audio/caps-lv2/caps-lv2-5d52a0c/
H A DReverb.cc120 double wet = getport(2); in cycle() local
121 wet = .38*wet*wet; in cycle()
122 double dry = 1 - wet; in cycle()
150 dl[i] = x + wet*left.putget(t); in cycle()
151 dr[i] = x + wet*right.putget(t); in cycle()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/common/freeverb/
H A Dirbase.cpp167 wet1 = wet*(width/2 + 0.5f); in FV3_()
168 wet2 = wet*((1-width)/2); in FV3_()
177 wet = FV3_(utils)::dB2R(wetdB = db); in FV3_()
190 wet = value; in FV3_()
195 wetdB = FV3_(utils)::R2dB(wet = value); in FV3_()
202 return wet; in FV3_()
/dports/audio/mda-lv2/mda-lv2-1.2.6/src/
H A DmdaDubDelay.cpp101 wet = 1.0f - fParam5; in setParameter()
102 wet = fParam6 * (1.0f - wet * wet); //-3dB at 50% mix in setParameter()
208 float a, b, c, d, ol, w=wet, y=dry, fb=fbk, dl=dlbuf, db=dlbuf, ddl=0.0f; in process()
273 float a, b, ol, w=wet, y=dry, fb=fbk, dl=dlbuf, db=dlbuf, ddl=0.0f; in processReplacing()
/dports/audio/musescore/MuseScore-3.6.1/effects/freeverb/
H A Dfreeverb.cpp151 wet = newWet; in process()
160 float dry = 1.0 - wet; in process()
181 *lo = *lp * dry + (outL * wet1 + outR * wet2) * wet; in process()
182 *ro = *rp * dry + (outR * wet1 + outL * wet2) * wet; in process()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/plugins/
H A Dbuzz.dsp13 process = pre : _<:*(dry),(*(wet) : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0),(a1/a0,a2/a0,a3/a0)) ):>_ with…
19wet = vslider("wet_dry[name:Wet/Dry][tooltip:percentage of processed signal in output signal]", 1…
20 dry = 1 - wet;
H A Dhogsfoot.dsp11 process = pre : _<:*(dry),(*(wet) : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0),(a1/a0,a2/a0,a3/a0))):>_ with {
17wet = vslider("wet_dry[name:Wet/Dry][tooltip:percentage of processed signal in output signal]", 1…
18 dry = 1 - wet;
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/dsp/
H A Dzita_rev1.dsp81 dry_wet(x,y) = *(wet) + dry*x, *(wet) + dry*y with {
82 wet = 0.5*(drywet+1.0);
83 dry = 1.0-wet;
87 [tooltip: -1 = dry, 1 = wet]",
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/dsp/fx/
H A Ddiffuser.h73 float wet; in Process() local
91 c.Write(wet, 0.0f); in Process()
92 *in_out += amount * (wet - *in_out); in Process()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/dsp/fx/
H A Ddiffuser.h73 float wet; in Process() local
91 c.Write(wet, 0.0f); in Process()
92 *in_out += amount * (wet - *in_out); in Process()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/rvoice/
H A Dfluid_chorus.c834 fluid_real_t wet = chorus->level * SCALE_WET ; in fluid_chorus_set() local
842 wet = wet / (1.0f + chorus->width * SCALE_WET_WIDTH); in fluid_chorus_set()
843 chorus->wet1 = wet * (chorus->width / 2.0f + 0.5f); in fluid_chorus_set()
844 chorus->wet2 = wet * ((1.0f - chorus->width) / 2.0f); in fluid_chorus_set()
865 chorus->wet1 = chorus->wet2 = wet; in fluid_chorus_set()
874 chorus->wet1 = wet; in fluid_chorus_set()
875 chorus->wet2 = -wet; /* inversion */ in fluid_chorus_set()
H A Dfluid_rev.c740 fluid_real_t wet; in update_stereo_coefficient() local
765 wet = wet1; in update_stereo_coefficient()
768 wet = -wet1; in update_stereo_coefficient()
770 late->out_left_gain[i] = wet; in update_stereo_coefficient()
774 wet = wet1; in update_stereo_coefficient()
777 wet = -wet1; in update_stereo_coefficient()
779 late->out_right_gain[i] = wet; in update_stereo_coefficient()
1049 fluid_real_t wet = (rev->level * SCALE_WET) / in fluid_revmodel_update() local
1056 rev->wet1 = wet * (rev->width / 2.0f + 0.5f); in fluid_revmodel_update()
1057 rev->wet2 = wet * ((1.0f - rev->width) / 2.0f); in fluid_revmodel_update()
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_chorus.c834 fluid_real_t wet = chorus->level * SCALE_WET ; in fluid_chorus_set() local
842 wet = wet / (1.0f + chorus->width * SCALE_WET_WIDTH); in fluid_chorus_set()
843 chorus->wet1 = wet * (chorus->width / 2.0f + 0.5f); in fluid_chorus_set()
844 chorus->wet2 = wet * ((1.0f - chorus->width) / 2.0f); in fluid_chorus_set()
865 chorus->wet1 = chorus->wet2 = wet; in fluid_chorus_set()
874 chorus->wet1 = wet; in fluid_chorus_set()
875 chorus->wet2 = -wet; /* inversion */ in fluid_chorus_set()
H A Dfluid_rev.c740 fluid_real_t wet; in update_stereo_coefficient() local
765 wet = wet1; in update_stereo_coefficient()
768 wet = -wet1; in update_stereo_coefficient()
770 late->out_left_gain[i] = wet; in update_stereo_coefficient()
774 wet = wet1; in update_stereo_coefficient()
777 wet = -wet1; in update_stereo_coefficient()
779 late->out_right_gain[i] = wet; in update_stereo_coefficient()
1049 fluid_real_t wet = (rev->level * SCALE_WET) / in fluid_revmodel_update() local
1056 rev->wet1 = wet * (rev->width / 2.0f + 0.5f); in fluid_revmodel_update()
1057 rev->wet2 = wet * ((1.0f - rev->width) / 2.0f); in fluid_revmodel_update()
/dports/audio/mixxx/mixxx-2.3.0/lib/reverb/
H A DReverb.cc121 double wet = getport(2);
122 wet = .38*wet*wet;
123 double dry = 1 - wet;
151 dl[i] = x + wet*left.putget(t);
152 dr[i] = x + wet*right.putget(t);
/dports/devel/godot/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_reverb.cpp44 r.set_wet(base->wet); in process()
120 wet = p_wet; in set_wet()
153 return wet; in get_wet()
206 wet = 0.5; in AudioEffectReverb()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_reverb.cpp44 r.set_wet(base->wet); in process()
120 wet = p_wet; in set_wet()
153 return wet; in get_wet()
206 wet = 0.5; in AudioEffectReverb()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/airwindows/src/
H A DGalacticProc.cpp35 double wet = 1.0-(pow(1.0-E,3)); in processReplacing() local
219 if (wet < 1.0) { in processReplacing()
220 inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); in processReplacing()
221 inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); in processReplacing()
265 double wet = 1.0-(pow(1.0-E,3)); in processDoubleReplacing() local
449 if (wet < 1.0) { in processDoubleReplacing()
450 inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); in processDoubleReplacing()
451 inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); in processDoubleReplacing()
H A DNoiseProc.cpp76 double wet = F; in processReplacing() local
77 double dry = 1.0 - wet; in processReplacing()
78 wet *= 0.01; //correct large gain issue in processReplacing()
251 inputSampleL *= wet; in processReplacing()
254 inputSampleR *= wet; in processReplacing()
384 double wet = F; in processDoubleReplacing() local
385 double dry = 1.0 - wet; in processDoubleReplacing()
386 wet *= 0.01; //correct large gain issue in processDoubleReplacing()
557 inputSampleL *= wet; in processDoubleReplacing()
560 inputSampleR *= wet; in processDoubleReplacing()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/faust/
H A Dcstb.dsp12 process = pre : _<:*(dry),(*(wet) : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0…
18wet = vslider("wet_dry[name:wet/dry][tooltip:percentage of processed signal in output signal]", 1…
19 dry = 1 - wet;
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/lib/
H A Dstdterr.g57 (set wet-blob-density 2000)
58 (set wet-blob-size 100)
62 (add cell-t* wet-percentile-min ( 0 0 50 0 20 80 0 0))
63 (add cell-t* wet-percentile-max (100 100 100 20 80 100 100 100))
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidityplus/timiditypp/
H A Dreverb.h314 double dry, wet, level; member
335 double decay, ddif1, ddif2, idif1, idif2, dry, wet; member
354 double roomsize, roomsize1, damp, damp1, wet, wet1, wet2, width; member
392 double level, dry, wet, drive, cutoff; member
404 double dry, wet, feedback, clevel, high_damp; member
414 double dry, wet, feedback, high_damp; member
424 double dry, wet, lfeedback, rfeedback, high_damp, level; member
433 double dry, wet, feedback, high_damp; member
441 double level, dry, wet; member
457 double dry, wet; member
[all …]
/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/unit/
H A Dtest_strconv.cxx18 wet enumerator
83 pqxx::to_string(weather::wet), "2", "Enum value did not convert."); in test_strconv_class_enum()
88 w, weather::wet, "Could not recover class enum value from string."); in test_strconv_class_enum()

12345678910>>...112