Searched refs:m_NoteInfo (Results 1 – 2 of 2) sorted by relevance
45 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 …]
185 NoteInfo m_NoteInfo[ NOTE_INFO_COUNT ]; variable