Searched refs:m_volumeRight (Results 1 – 4 of 4) sorted by relevance
93 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()
66 float m_volumeRight; variable
267 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()
90 float m_volumeRight; variable