Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveSoundFile.h208 s8 GetSurroundPan() const;
253 u8 GetSurroundPan() const;
Dsnd_BankFile.h170 u8 GetSurroundPan() const;
Dsnd_BasicSoundPlayer.h93 float GetSurroundPan() const { return m_PlayerParamSet.surroundPan; } in GetSurroundPan() function
Dsnd_SequenceTrack.h197 float GetSurroundPan() const { return m_ExtSurroundPan; } in GetSurroundPan() function
Dsnd_Voice.h160 f32 GetSurroundPan() const { return m_SurroundPan; } in GetSurroundPan() function
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveSoundFileReader.cpp129 dst->surroundPan = src.GetSurroundPan(); in ReadWaveSoundInfo()
156 dst->surroundPan = src.GetSurroundPan(); in ReadNoteInfo()
Dsnd_WaveSoundFile.cpp177 s8 WaveSoundFile::WaveSoundInfo::GetSurroundPan() const in GetSurroundPan() function in nw::snd::internal::WaveSoundFile::WaveSoundInfo
284 u8 WaveSoundFile::NoteInfo::GetSurroundPan() const in GetSurroundPan() function in nw::snd::internal::WaveSoundFile::NoteInfo
Dsnd_BankFileReader.cpp129 info->surroundPan = velocityRegion->GetSurroundPan(); in ReadVelocityRegionInfo()
Dsnd_WaveSoundPlayer.cpp504 surroundPan += GetSurroundPan(); in UpdateChannel()
Dsnd_BankFile.cpp321 u8 BankFile::VelocityRegion::GetSurroundPan() const in GetSurroundPan() function in nw::snd::internal::BankFile::VelocityRegion
Dsnd_SequenceTrack.cpp408 + m_pSequenceSoundPlayer->GetSurroundPan(); in UpdateChannelParam()
Dsnd_StreamSoundPlayer.cpp1207 span += GetSurroundPan(); in UpdateVoiceParams()