Home
last modified time | relevance | path

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

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Synth/
H A DADnote.cpp2134 float oldInterpPhase = FMFMoldInterpPhase[nvoice][k]; in computeVoiceModulatorForFMFrequencyModulation() local
2190 tw[i] = interpPhase - oldInterpPhase; in computeVoiceModulatorForFMFrequencyModulation()
2191 oldInterpPhase = interpPhase; in computeVoiceModulatorForFMFrequencyModulation()
2199 FMFMoldInterpPhase[nvoice][k] = oldInterpPhase; in computeVoiceModulatorForFMFrequencyModulation()
2266 float oldInterpPhase = oscFMoldInterpPhase[nvoice][k]; in computeVoiceOscillatorForFMFrequencyModulation() local
2322 tw[i] = interpPhase - oldInterpPhase; in computeVoiceOscillatorForFMFrequencyModulation()
2323 oldInterpPhase = interpPhase; in computeVoiceOscillatorForFMFrequencyModulation()
2331 oscFMoldInterpPhase[nvoice][k] = oldInterpPhase; in computeVoiceOscillatorForFMFrequencyModulation()