Home
last modified time | relevance | path

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

/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/
H A Dmidi_map.cpp55 __note_array[ note ] = new Action("NOTHING"); in MidiMap()
72 delete __note_array[ i ]; in ~MidiMap()
110 delete __note_array[ i ]; in reset()
112 __note_array[ i ] = new Action("NOTHING"); in reset()
148 delete __note_array[ note ]; in registerNoteEvent()
149 __note_array[ note ] = pAction; in registerNoteEvent()
228 return __note_array[ note ]; in getNoteAction()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/
H A Dmidi_map.h86 Action* __note_array[ 128 ]; variable