Home
last modified time | relevance | path

Searched refs:ampsmooth2 (Results 1 – 4 of 4) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Effects/
H A DDynamicFilter.cpp74 const float ampsmooth2 = powf(ampsmooth, 0.2f) * 0.3f; in out() local
75 ms2 = ms2 * (1.0f - ampsmooth2) + ms1 * ampsmooth2; in out()
76 ms3 = ms3 * (1.0f - ampsmooth2) + ms2 * ampsmooth2; in out()
77 ms4 = ms4 * (1.0f - ampsmooth2) + ms3 * ampsmooth2; in out()
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DDynamicFilter.C83 float ampsmooth2 = powf (ampsmooth, 0.2f) * 0.3f; in out() local
84 ms2 = ms2 * (1.0f - ampsmooth2) + ms1 * ampsmooth2; in out()
85 ms3 = ms3 * (1.0f - ampsmooth2) + ms2 * ampsmooth2; in out()
86 ms4 = ms4 * (1.0f - ampsmooth2) + ms3 * ampsmooth2; in out()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Effects/
H A DDynamicFilter.cpp108 const float ampsmooth2 = powf(ampsmooth, 0.2f) * 0.3f; in out() local
109 ms2 = ms2 * (1.0f - ampsmooth2) + ms1 * ampsmooth2; in out()
110 ms3 = ms3 * (1.0f - ampsmooth2) + ms2 * ampsmooth2; in out()
111 ms4 = ms4 * (1.0f - ampsmooth2) + ms3 * ampsmooth2; in out()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Effects/
H A DDynamicFilter.cpp97 float ampsmooth2 = powf(ampsmooth, 0.2f) * 0.3f; in out() local
98 ms2 = ms2 * (1.0f - ampsmooth2) + ms1 * ampsmooth2; in out()
99 ms3 = ms3 * (1.0f - ampsmooth2) + ms2 * ampsmooth2; in out()
100 ms4=ms4 * (1.0f - ampsmooth2) + ms3 * ampsmooth2; in out()