Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSoundPlayer.h91 PanMode GetPanMode() const { return m_PlayerParamSet.panMode; } in GetPanMode() function
Dsnd_SoundArchiveFile.h281 PanMode GetPanMode() const;
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveSoundPlayer.cpp534 m_pChannel->SetPanMode( GetPanMode() ); in UpdateChannel()
Dsnd_SoundArchiveFileReader.cpp208 info->panMode = data->GetPanMode(); in ReadSoundInfo()
Dsnd_SequenceTrack.cpp821 channel->SetPanMode( m_pSequenceSoundPlayer->GetPanMode() ); in NoteOn()
Dsnd_SoundArchiveFile.cpp635 PanMode SoundArchiveFile::SoundInfo::GetPanMode() const in GetPanMode() function in nw::snd::internal::SoundArchiveFile::SoundInfo
Dsnd_StreamSoundPlayer.cpp1273 switch ( GetPanMode() ) in UpdateVoiceParams()