Home
last modified time | relevance | path

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

/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Synth/
H A DPADnote.cpp248 float portamentofreqrap = 1.0f; in computecurrentparameters() local
250 portamentofreqrap = ctl->portamento.freqrap; in computecurrentparameters()
256 realfreq = basefreq * portamentofreqrap in computecurrentparameters()
H A DADnote.cpp998 float portamentofreqrap = 1.0f; in computecurrentparameters() local
1000 portamentofreqrap = ctl->portamento.freqrap; in computecurrentparameters()
1062 setfreq(nvoice, voicefreq * portamentofreqrap); in computecurrentparameters()
1074 / 12.0f) * voicefreq * portamentofreqrap; in computecurrentparameters()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Synth/
H A DPADnote.cpp396 float portamentofreqrap = 1.0; in computecurrentparameters() local
399 portamentofreqrap = ctl->portamento.freqrap; in computecurrentparameters()
406 realfreq = basefreq * portamentofreqrap * power<2>(globalpitch / 12.0) in computecurrentparameters()
H A DADnote.cpp1658 float portamentofreqrap = 1.0f; in computeWorkingParameters() local
1661 portamentofreqrap = ctl->portamento.freqrap; in computeWorkingParameters()
1732 nonoffsetfreq *= portamentofreqrap; in computeWorkingParameters()
1773 FMfreq *= portamentofreqrap; in computeWorkingParameters()