Lines Matching refs:WaveSoundFile
76 const WaveSoundFile::InfoBlock* WaveSoundFile::FileHeader::GetInfoBlock() const in GetInfoBlock()
86 const WaveSoundFile::WaveSoundData&
87 WaveSoundFile::InfoBlockBody::GetWaveSoundData( u32 index ) const in GetWaveSoundData()
98 WaveSoundFile::InfoBlockBody::GetWaveSoundDataReferenceTable() const in GetWaveSoundDataReferenceTable()
104 WaveSoundFile::InfoBlockBody::GetWaveIdTable() const in GetWaveIdTable()
114 const WaveSoundFile::WaveSoundInfo&
115 WaveSoundFile::WaveSoundData::GetWaveSoundInfo() const in GetWaveSoundInfo()
125 WaveSoundFile::WaveSoundData::GetTrackInfoReferenceTable() const in GetTrackInfoReferenceTable()
132 WaveSoundFile::WaveSoundData::GetNoteInfoReferenceTable() const in GetNoteInfoReferenceTable()
138 const WaveSoundFile::TrackInfo&
139 WaveSoundFile::WaveSoundData::GetTrackInfo( u32 index ) const in GetTrackInfo()
152 const WaveSoundFile::NoteInfo&
153 WaveSoundFile::WaveSoundData::GetNoteInfo( u32 index ) const in GetNoteInfo()
170 u8 WaveSoundFile::WaveSoundInfo::GetPan() const in GetPan()
177 s8 WaveSoundFile::WaveSoundInfo::GetSurroundPan() const in GetSurroundPan()
184 f32 WaveSoundFile::WaveSoundInfo::GetPitch() const in GetPitch()
192 void WaveSoundFile::WaveSoundInfo::GetSendValue( in GetSendValue()
220 const AdshrCurve& WaveSoundFile::WaveSoundInfo::GetAdshrCurve() const in GetAdshrCurve()
237 WaveSoundFile::TrackInfo::GetNoteEventReferenceTable() const in GetNoteEventReferenceTable()
243 const WaveSoundFile::NoteEvent&
244 WaveSoundFile::TrackInfo::GetNoteEvent( u32 index ) const in GetNoteEvent()
261 u8 WaveSoundFile::NoteInfo::GetOriginalKey() const in GetOriginalKey()
269 u8 WaveSoundFile::NoteInfo::GetVolume() const in GetVolume()
277 u8 WaveSoundFile::NoteInfo::GetPan() const in GetPan()
284 u8 WaveSoundFile::NoteInfo::GetSurroundPan() const in GetSurroundPan()
291 f32 WaveSoundFile::NoteInfo::GetPitch() const in GetPitch()
299 void WaveSoundFile::NoteInfo::GetSendValue( u8* mainSend, u8* fxSend[], u8 fxSendCount ) const in GetSendValue()
326 const AdshrCurve& WaveSoundFile::NoteInfo::GetAdshrCurve() const in GetAdshrCurve()