Searched refs:HDEX_BASE (Results 1 – 1 of 1) sorted by relevance
140 #define HDEX_BASE 0x92 macro141 #define HDEX_PLAY_START (0 + HDEX_BASE)142 #define HDEX_PLAY_STOP (1 + HDEX_BASE)143 #define HDEX_PLAY_PAUSE (2 + HDEX_BASE)144 #define HDEX_PLAY_RESUME (3 + HDEX_BASE)145 #define HDEX_RECORD_START (4 + HDEX_BASE)146 #define HDEX_RECORD_STOP (5 + HDEX_BASE)147 #define HDEX_MIDI_IN_START (6 + HDEX_BASE)148 #define HDEX_MIDI_IN_STOP (7 + HDEX_BASE)150 #define HDEX_MIDI_OUT_STOP (9 + HDEX_BASE)[all …]