Home
last modified time | relevance | path

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

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DSurgeStorage.h1015 float tuningPitch = 32.0f, tuningPitchInv = 0.03125f; variable
1056 tuningPitchInv = 1.0 / tuningPitch; in remapToKeyboard()
1068 tuningPitchInv = 1.0 / 32.0; in remapToConcertCKeyboard()
1104 return tuningPitchInv; in scaleConstantPitchInv()
H A DSurgeStorage.cpp1775 tuningPitchInv = 1.0 / 32.0; in resetToCurrentScaleAndMapping()
1781 tuningPitchInv = 1.0 / tuningPitch; in resetToCurrentScaleAndMapping()