Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_MidiSequencePlayer.cpp43 m_NoteInfo[i].channel = NULL; in MidiSequencePlayer()
455 if ( m_NoteInfo[i].channel != NULL ) in NoteOffAll()
457 m_NoteInfo[i].channel->Release(); in NoteOffAll()
458 m_NoteInfo[i].channel = NULL; in NoteOffAll()
466 if ( m_NoteInfo[i].channel != NULL ) in StopAllSound()
468 m_NoteInfo[i].channel = NULL; in StopAllSound()
493 if ( m_NoteInfo[i].channel != NULL ) in Reset()
495 m_NoteInfo[i].channel = NULL; in Reset()
511 if ( m_NoteInfo[i].channel == NULL ) { in FindFreeNoteInfo()
512 return &m_NoteInfo[i]; in FindFreeNoteInfo()
[all …]
/NW4C-1.2.23/include/nw/snd/
Dsnd_MidiSequencePlayer.h183 NoteInfo m_NoteInfo[ NOTE_INFO_COUNT ]; variable