Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dsfont.c377 double tuneCorrection = split->coarseTune + layer->coarseTune + in SfPlay_set() local
383 freq = orgfreq * pow(2.0, ONETWELTH * tuneCorrection); in SfPlay_set()
388 freq = orgfreq * pow(2.0, ONETWELTH * tuneCorrection) * in SfPlay_set()
713 double tuneCorrection = split->coarseTune + layer->coarseTune + in SfPlayMono_set() local
719 freq = orgfreq * pow(2.0, ONETWELTH * tuneCorrection); in SfPlayMono_set()
724 freq = orgfreq * pow(2.0, ONETWELTH * tuneCorrection) * in SfPlayMono_set()
980 freq = orgfreq * pow(2.0, ONETWELTH * tuneCorrection); in SfInstrPlay_set()
985 freq = orgfreq * pow(2.0, ONETWELTH * tuneCorrection) in SfInstrPlay_set()
1252 freq = orgfreq * pow(2.0, ONETWELTH * tuneCorrection); in SfInstrPlayMono_set()
1257 freq = orgfreq * pow(2.0, ONETWELTH * tuneCorrection) in SfInstrPlayMono_set()
[all …]