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