Lines Matching refs:m_pSequenceSoundPlayer
40 m_pSequenceSoundPlayer( NULL ), in SequenceTrack()
388 * m_pSequenceSoundPlayer->GetParserPlayerParam().volume in UpdateChannelParam()
390 volume = volume * volume * m_ExtVolume * m_pSequenceSoundPlayer->GetVolume(); in UpdateChannelParam()
394 float pitchRatio = m_pSequenceSoundPlayer->GetPitch() * m_ExtPitch; in UpdateChannelParam()
400 * m_pSequenceSoundPlayer->GetPanRange() in UpdateChannelParam()
402 + m_pSequenceSoundPlayer->GetPan(); in UpdateChannelParam()
408 + m_pSequenceSoundPlayer->GetSurroundPan(); in UpdateChannelParam()
413 + m_pSequenceSoundPlayer->GetLpfFreq(); in UpdateChannelParam()
418 if ( m_pSequenceSoundPlayer->GetBiquadFilterType() != BIQUAD_FILTER_TYPE_NONE ) in UpdateChannelParam()
420 biquadType = m_pSequenceSoundPlayer->GetBiquadFilterType(); in UpdateChannelParam()
421 biquadValue = m_pSequenceSoundPlayer->GetBiquadFilterValue(); in UpdateChannelParam()
427 + m_pSequenceSoundPlayer->GetMainSend(); in UpdateChannelParam()
434 + m_pSequenceSoundPlayer->GetFxSend( bus ); in UpdateChannelParam()
534 if ( track->m_pSequenceSoundPlayer != NULL ) { in ChannelCallbackFunc()
535 track->m_pSequenceSoundPlayer->ChannelCallback( dropChannel ); in ChannelCallbackFunc()
687 …const SequenceSoundPlayer::ParserPlayerParam& playerParam = m_pSequenceSoundPlayer->GetParserPlaye… in NoteOn()
740 channel = m_pSequenceSoundPlayer->NoteOn( in NoteOn()
820 channel->SetReleasePriorityFix( m_pSequenceSoundPlayer->IsReleasePriorityFix() ); in NoteOn()
821 channel->SetPanMode( m_pSequenceSoundPlayer->GetPanMode() ); in NoteOn()
822 channel->SetPanCurve( m_pSequenceSoundPlayer->GetPanCurve() ); in NoteOn()