Home
last modified time | relevance | path

Searched refs:m_NoteInfo (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_MidiSequencePlayer.cpp45 m_NoteInfo[i].channel = NULL; in MidiSequencePlayer()
457 if ( m_NoteInfo[i].channel != NULL ) in NoteOffAll()
459 m_NoteInfo[i].channel->Release(); in NoteOffAll()
460 m_NoteInfo[i].channel = NULL; in NoteOffAll()
468 if ( m_NoteInfo[i].channel != NULL ) in StopAllSound()
470 m_NoteInfo[i].channel = NULL; in StopAllSound()
495 if ( m_NoteInfo[i].channel != NULL ) in Reset()
497 m_NoteInfo[i].channel = NULL; in Reset()
513 if ( m_NoteInfo[i].channel == NULL ) { in FindFreeNoteInfo()
514 return &m_NoteInfo[i]; in FindFreeNoteInfo()
[all …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_MidiSequencePlayer.h185 NoteInfo m_NoteInfo[ NOTE_INFO_COUNT ]; variable