Home
last modified time | relevance | path

Searched refs:NoteInfo (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_MidiSequencePlayer.h123 struct NoteInfo struct
181 NoteInfo* FindFreeNoteInfo();
182 NoteInfo* FindNoteInfo( int channelIndex, int key );
183 NoteInfo* FindNoteInfo( int channelIndex );
185 NoteInfo m_NoteInfo[ NOTE_INFO_COUNT ];
Dsnd_WaveSoundFile.h171 struct NoteInfo;
200 const NoteInfo& GetNoteInfo( u32 index ) const;
245 struct NoteInfo struct
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveSoundFile.cpp154 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()
Dsnd_MidiSequencePlayer.cpp142 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()
Dsnd_WaveSoundFileReader.cpp146 const WaveSoundFile::NoteInfo& src = in ReadNoteInfo()