Home
last modified time | relevance | path

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

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Synth/
H A DADnote.h84 unisonDetuneFactorFromParent = factor; in setUnisonDetuneFromParent()
249 float unisonDetuneFactorFromParent; // How much the voice should be detuned from unison. variable
H A DADnote.cpp124 unisonDetuneFactorFromParent(orig.unisonDetuneFactorFromParent), in ADnote()
430 unisonDetuneFactorFromParent = 1.0; in construct()
1550 float detunefactor = unison_freq_rap[nvoice][k] * unisonDetuneFactorFromParent; in setfreq()
1571 float detunefactor = unisonDetuneFactorFromParent; in setfreqFM()