Searched refs:m_subOsc (Results 1 – 2 of 2) sorted by relevance
/dports/audio/lmms/lmms-1.2.2/src/core/ |
H A D | Oscillator.cpp | 47 m_subOsc( _sub_osc ), in Oscillator() 65 if( m_subOsc != NULL ) in update() 340 if( m_subOsc != NULL ) in syncInit() 342 m_subOsc->update( _ab, _frames, _chnl ); in syncInit() 374 m_subOsc->update( _ab, _frames, _chnl ); in updatePM() 395 m_subOsc->update( _ab, _frames, _chnl ); in updateAM() 414 m_subOsc->update( _ab, _frames, _chnl ); in updateMix() 434 const float sub_osc_coeff = m_subOsc->syncInit( _ab, _frames, _chnl ); in updateSync() 440 if( m_subOsc->syncOk( sub_osc_coeff ) ) in updateSync() 457 m_subOsc->update( _ab, _frames, _chnl ); in updateFM()
|
/dports/audio/lmms/lmms-1.2.2/include/ |
H A D | Oscillator.h | 79 delete m_subOsc; in ~Oscillator() local 164 Oscillator * m_subOsc; variable
|