Home
last modified time | relevance | path

Searched refs:GetSurroundPan (Results 1 – 14 of 14) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveSoundFile.h210 s8 GetSurroundPan() const;
255 u8 GetSurroundPan() const;
Dsnd_BankFile.h172 u8 GetSurroundPan() const;
Dsnd_BasicSoundPlayer.h96 float GetSurroundPan() const { return m_PlayerParamSet.surroundPan; } in GetSurroundPan() function
Dsnd_SequenceTrack.h199 float GetSurroundPan() const { return m_ExtSurroundPan; } in GetSurroundPan() function
Dsnd_Voice.h162 f32 GetSurroundPan() const { return m_SurroundPan; } in GetSurroundPan() function
Dsnd_BasicSound.h305 f32 GetSurroundPan() const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveSoundFileReader.cpp131 dst->surroundPan = src.GetSurroundPan(); in ReadWaveSoundInfo()
163 dst->surroundPan = src.GetSurroundPan(); in ReadNoteInfo()
Dsnd_WaveSoundFile.cpp179 s8 WaveSoundFile::WaveSoundInfo::GetSurroundPan() const in GetSurroundPan() function in nw::snd::internal::WaveSoundFile::WaveSoundInfo
286 u8 WaveSoundFile::NoteInfo::GetSurroundPan() const in GetSurroundPan() function in nw::snd::internal::WaveSoundFile::NoteInfo
Dsnd_BankFileReader.cpp144 info->surroundPan = velocityRegion->GetSurroundPan(); in ReadVelocityRegionInfo()
Dsnd_BankFile.cpp323 u8 BankFile::VelocityRegion::GetSurroundPan() const in GetSurroundPan() function in nw::snd::internal::BankFile::VelocityRegion
Dsnd_WaveSoundPlayer.cpp514 surroundPan += GetSurroundPan(); in UpdateChannel()
Dsnd_SequenceTrack.cpp410 + m_pSequenceSoundPlayer->GetSurroundPan(); in UpdateChannelParam()
Dsnd_BasicSound.cpp961 f32 BasicSound::GetSurroundPan() const in GetSurroundPan() function in nw::snd::internal::BasicSound
Dsnd_StreamSoundPlayer.cpp1272 span += GetSurroundPan(); in UpdateVoiceParams()