Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_MidiSequencePlayer.h121 struct NoteInfo struct
179 NoteInfo* FindFreeNoteInfo();
180 NoteInfo* FindNoteInfo( int channelIndex, int key );
181 NoteInfo* FindNoteInfo( int channelIndex );
183 NoteInfo m_NoteInfo[ NOTE_INFO_COUNT ];
Dsnd_WaveSoundFile.h169 struct NoteInfo;
198 const NoteInfo& GetNoteInfo( u32 index ) const;
243 struct NoteInfo struct
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveSoundFile.cpp152 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()
Dsnd_MidiSequencePlayer.cpp140 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()
Dsnd_WaveSoundFileReader.cpp144 const WaveSoundFile::NoteInfo& src = in ReadNoteInfo()