Home
last modified time | relevance | path

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

/dports/audio/so-synth-lv2/So-synth-LV2-upstream-1.5/
H A Dso-kl5.c33 float* stringcutoff = so->stringcutoff;
69 float freq = stringcutoff[note] * 0.25 + velocity / 127.0 * 0.2 +
151 damp = stringcutoff[note];
221 so->stringcutoff[note] =
H A Dso-666.h91 float stringcutoff[NUMNOTES];
H A Dso-kl5.h93 float stringcutoff[NUMNOTES]; member
H A Dso-666.c97 damp = so->stringcutoff[note]; in runSO_666()
173 so->stringcutoff[note] = 0.9; in instantiateSO_666()