Searched refs:NoteInfo (Results 1 – 5 of 5) sorted by relevance
123 struct NoteInfo struct181 NoteInfo* FindFreeNoteInfo();182 NoteInfo* FindNoteInfo( int channelIndex, int key );183 NoteInfo* FindNoteInfo( int channelIndex );185 NoteInfo m_NoteInfo[ NOTE_INFO_COUNT ];
171 struct NoteInfo;200 const NoteInfo& GetNoteInfo( u32 index ) const;245 struct NoteInfo struct
154 const WaveSoundFile::NoteInfo&165 return *reinterpret_cast<const NoteInfo*>( pNoteInfo ); in GetNoteInfo()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()
142 NoteInfo* noteInfo = FindNoteInfo( channelIndex ); in NoteOn()162 NoteInfo* noteInfo = FindFreeNoteInfo(); in NoteOn()182 NoteInfo* noteInfo = FindNoteInfo( channelIndex, key ); in NoteOff()510 MidiSequencePlayer::NoteInfo* MidiSequencePlayer::FindFreeNoteInfo() in FindFreeNoteInfo()520 MidiSequencePlayer::NoteInfo* MidiSequencePlayer::FindNoteInfo( int channelIndex, int key ) in FindNoteInfo()533 MidiSequencePlayer::NoteInfo* MidiSequencePlayer::FindNoteInfo( int channelIndex ) in FindNoteInfo()
146 const WaveSoundFile::NoteInfo& src = in ReadNoteInfo()