Home
last modified time | relevance | path

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

/dports/audio/lmms/lmms-1.2.2/plugins/triple_oscillator/
H A DTripleOscillator.cpp93 m_volumeRight( 0.0f ), in OscillatorObject()
160 m_volumeRight = m_volumeModel.value() / 100.0f; in updateVolume()
167 m_volumeRight = panningFactorRight * m_volumeModel.value() / in updateVolume()
325 m_osc[i]->m_volumeRight ); in playNote()
343 m_osc[i]->m_volumeRight, in playNote()
H A DTripleOscillator.h66 float m_volumeRight; variable
/dports/audio/lmms/lmms-1.2.2/plugins/organic/
H A Dorganic.cpp267 m_osc[i]->m_volumeRight ); in playNote()
287 m_osc[i]->m_volumeRight, in playNote()
620 m_volumeRight = ( 1.0f + m_panModel.value() / (float)PanningRight ) in updateVolume()
H A Dorganic.h90 float m_volumeRight; variable