Lines Matching refs:m_pSequenceSoundPlayer
42 m_pSequenceSoundPlayer( NULL ), in SequenceTrack()
390 * m_pSequenceSoundPlayer->GetParserPlayerParam().volume in UpdateChannelParam()
392 volume = volume * volume * m_ExtVolume * m_pSequenceSoundPlayer->GetVolume(); in UpdateChannelParam()
396 float pitchRatio = m_pSequenceSoundPlayer->GetPitch() * m_ExtPitch; in UpdateChannelParam()
402 * m_pSequenceSoundPlayer->GetPanRange() in UpdateChannelParam()
404 + m_pSequenceSoundPlayer->GetPan(); in UpdateChannelParam()
410 + m_pSequenceSoundPlayer->GetSurroundPan(); in UpdateChannelParam()
415 + m_pSequenceSoundPlayer->GetLpfFreq(); in UpdateChannelParam()
420 if ( m_pSequenceSoundPlayer->GetBiquadFilterType() != BIQUAD_FILTER_TYPE_NONE ) in UpdateChannelParam()
422 biquadType = m_pSequenceSoundPlayer->GetBiquadFilterType(); in UpdateChannelParam()
423 biquadValue = m_pSequenceSoundPlayer->GetBiquadFilterValue(); in UpdateChannelParam()
429 + m_pSequenceSoundPlayer->GetMainSend(); in UpdateChannelParam()
436 + m_pSequenceSoundPlayer->GetFxSend( bus ); in UpdateChannelParam()
536 if ( track->m_pSequenceSoundPlayer != NULL ) { in ChannelCallbackFunc()
537 track->m_pSequenceSoundPlayer->ChannelCallback( dropChannel ); in ChannelCallbackFunc()
689 …const SequenceSoundPlayer::ParserPlayerParam& playerParam = m_pSequenceSoundPlayer->GetParserPlaye… in NoteOn()
742 channel = m_pSequenceSoundPlayer->NoteOn( in NoteOn()
823 channel->SetReleasePriorityFix( m_pSequenceSoundPlayer->IsReleasePriorityFix() ); in NoteOn()
824 channel->SetPanMode( m_pSequenceSoundPlayer->GetPanMode() ); in NoteOn()
825 channel->SetPanCurve( m_pSequenceSoundPlayer->GetPanCurve() ); in NoteOn()