Searched refs:NoteInfo (Results 1 – 5 of 5) sorted by relevance
121 struct NoteInfo struct179 NoteInfo* FindFreeNoteInfo();180 NoteInfo* FindNoteInfo( int channelIndex, int key );181 NoteInfo* FindNoteInfo( int channelIndex );183 NoteInfo m_NoteInfo[ NOTE_INFO_COUNT ];
169 struct NoteInfo;198 const NoteInfo& GetNoteInfo( u32 index ) const;243 struct NoteInfo struct
152 const WaveSoundFile::NoteInfo&163 return *reinterpret_cast<const NoteInfo*>( pNoteInfo ); in GetNoteInfo()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()
140 NoteInfo* noteInfo = FindNoteInfo( channelIndex ); in NoteOn()160 NoteInfo* noteInfo = FindFreeNoteInfo(); in NoteOn()180 NoteInfo* noteInfo = FindNoteInfo( channelIndex, key ); in NoteOff()508 MidiSequencePlayer::NoteInfo* MidiSequencePlayer::FindFreeNoteInfo() in FindFreeNoteInfo()518 MidiSequencePlayer::NoteInfo* MidiSequencePlayer::FindNoteInfo( int channelIndex, int key ) in FindNoteInfo()531 MidiSequencePlayer::NoteInfo* MidiSequencePlayer::FindNoteInfo( int channelIndex ) in FindNoteInfo()
144 const WaveSoundFile::NoteInfo& src = in ReadNoteInfo()