Lines Matching refs:WaveSoundFile
78 const WaveSoundFile::InfoBlock* WaveSoundFile::FileHeader::GetInfoBlock() const in GetInfoBlock()
88 const WaveSoundFile::WaveSoundData&
89 WaveSoundFile::InfoBlockBody::GetWaveSoundData( u32 index ) const in GetWaveSoundData()
100 WaveSoundFile::InfoBlockBody::GetWaveSoundDataReferenceTable() const in GetWaveSoundDataReferenceTable()
106 WaveSoundFile::InfoBlockBody::GetWaveIdTable() const in GetWaveIdTable()
116 const WaveSoundFile::WaveSoundInfo&
117 WaveSoundFile::WaveSoundData::GetWaveSoundInfo() const in GetWaveSoundInfo()
127 WaveSoundFile::WaveSoundData::GetTrackInfoReferenceTable() const in GetTrackInfoReferenceTable()
134 WaveSoundFile::WaveSoundData::GetNoteInfoReferenceTable() const in GetNoteInfoReferenceTable()
140 const WaveSoundFile::TrackInfo&
141 WaveSoundFile::WaveSoundData::GetTrackInfo( u32 index ) const in GetTrackInfo()
154 const WaveSoundFile::NoteInfo&
155 WaveSoundFile::WaveSoundData::GetNoteInfo( u32 index ) const in GetNoteInfo()
172 u8 WaveSoundFile::WaveSoundInfo::GetPan() const in GetPan()
179 s8 WaveSoundFile::WaveSoundInfo::GetSurroundPan() const in GetSurroundPan()
186 f32 WaveSoundFile::WaveSoundInfo::GetPitch() const in GetPitch()
194 void WaveSoundFile::WaveSoundInfo::GetSendValue( in GetSendValue()
222 const AdshrCurve& WaveSoundFile::WaveSoundInfo::GetAdshrCurve() const in GetAdshrCurve()
239 WaveSoundFile::TrackInfo::GetNoteEventReferenceTable() const in GetNoteEventReferenceTable()
245 const WaveSoundFile::NoteEvent&
246 WaveSoundFile::TrackInfo::GetNoteEvent( u32 index ) const in GetNoteEvent()
263 u8 WaveSoundFile::NoteInfo::GetOriginalKey() const in GetOriginalKey()
271 u8 WaveSoundFile::NoteInfo::GetVolume() const in GetVolume()
279 u8 WaveSoundFile::NoteInfo::GetPan() const in GetPan()
286 u8 WaveSoundFile::NoteInfo::GetSurroundPan() const in GetSurroundPan()
293 f32 WaveSoundFile::NoteInfo::GetPitch() const in GetPitch()
301 void WaveSoundFile::NoteInfo::GetSendValue( u8* mainSend, u8* fxSend[], u8 fxSendCount ) const in GetSendValue()
328 const AdshrCurve& WaveSoundFile::NoteInfo::GetAdshrCurve() const in GetAdshrCurve()