Home
last modified time | relevance | path

Searched refs:GetPanMode (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSoundPlayer.h94 PanMode GetPanMode() const { return m_PlayerParamSet.panMode; } in GetPanMode() function
Dsnd_SoundArchiveFile.h283 PanMode GetPanMode() const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveSoundPlayer.cpp544 m_pChannel->SetPanMode( GetPanMode() ); in UpdateChannel()
Dsnd_SoundArchiveFileReader.cpp210 info->panMode = data->GetPanMode(); in ReadSoundInfo()
Dsnd_SequenceTrack.cpp824 channel->SetPanMode( m_pSequenceSoundPlayer->GetPanMode() ); in NoteOn()
Dsnd_SoundArchiveFile.cpp649 PanMode SoundArchiveFile::SoundInfo::GetPanMode() const in GetPanMode() function in nw::snd::internal::SoundArchiveFile::SoundInfo
Dsnd_StreamSoundPlayer.cpp1338 switch ( GetPanMode() ) in UpdateVoiceParams()