Searched refs:m_pEG (Results 1 – 8 of 8) sorted by relevance
58 m_pEG = NULL; in CMidiInQ()82 m_pEG = pEG; in Init()230 if (NULL == m_pEG) in Arm()269 m_pEG->GetDspCommObject()->SetMidiOn( TRUE ); in Arm()309 if (m_pEG) in Disarm()310 m_pEG->GetDspCommObject()->SetMidiOn( FALSE ); in Disarm()335 if (NULL == m_pEG) in ArmMtcSync()344 m_pMtcSync = new CMtcSync( m_pEG ); in ArmMtcSync()351 m_pEG->GetDspCommObject()->SetMidiOn( TRUE ); in ArmMtcSync()369 if (NULL == m_pEG) in DisarmMtcSync()[all …]
64 m_pEG = pEG; in Init()151 if ( (wBusIn < m_pEG->GetFirstDigitalBusIn()) && in Init()170 m_pEG->GetDspCommObject()->UpdateAudioOutLineLevel(); in Init()217 if (NULL == m_pEG) in SetGain()257 m_pEG->MixerControlChanged(ECHO_MONITOR,MXN_LEVEL,wBusIn,wBusOut); in SetGain()270 iLeft += m_pEG->m_BusOutLineLevels[wBusOut].GetGain(); in SetGain()271 iRight += m_pEG->m_BusOutLineLevels[wBusOut + 1].GetGain(); in SetGain()283 if ( m_pEG->m_BusOutLineLevels[wBusOut].IsMuteOn() ) in SetGain()298 if ( m_pEG->m_BusOutLineLevels[wBusOut + 1].IsMuteOn() ) in SetGain()319 if ( (NULL == m_pEG) || in SetGain()[all …]
67 m_pEG = pEG; in Init()248 if ( NULL == m_pEG) in SetGain()287 m_pEG->MixerControlChanged(ECHO_PIPE_OUT,MXN_LEVEL,wPipeOut,wBusOut); in SetGain()308 iBusOutGain = m_pEG->m_BusOutLineLevels[wBusOut].GetGain(); in SetGain()310 iBusOutGain = m_pEG->m_BusOutLineLevels[wBusOut+1].GetGain(); in SetGain()323 if ( (m_pEG->m_BusOutLineLevels[wBusOut].IsMuteOn()) || in SetGain()333 if ( (m_pEG->m_BusOutLineLevels[wBusOut + 1].IsMuteOn()) || in SetGain()347 Status = m_pEG->GetDspCommObject()->SetPipeOutGain(wPipeOut, in SetGain()356 Status = m_pEG->GetDspCommObject()->SetPipeOutGain(wPipeOut, in SetGain()369 iBusOutGain = m_pEG->m_BusOutLineLevels[wBusOut].GetGain(); in SetGain()[all …]
46 CEchoGals *m_pEG; variable69 ECHOSTATUS Init(CEchoGals *m_pEG);
50 CEchoGals *m_pEG; variable69 ECHOSTATUS Init(CEchoGals *m_pEG);
60 m_pEG = pEG; in CMtcSync()422 dwSampleRate = m_pEG->GetDspCommObject()->GetSampleRate(); in Sync()443 m_pEG->GetDspCommObject()->SetSampleRate ( dwSampleRate ); in Sync()
136 CEchoGals *m_pEG; variable
177 CEchoGals *m_pEG; variable