// Definition of DAC3 controller mapper for VirtualDJ // See www.virtualdj.com for more information // (c)Atomix Productions 2006 #ifndef IDAC3MapperH #define IDAC3MapperH #define DAC3_LOAD 0 #define DAC3_TIMEDISPLAY 1 #define DAC3_WAITLIST 2 #define DAC3_R 3 #define DAC3_MT 4 #define DAC3_MATCH 5 #define DAC3_MINUS 6 #define DAC3_PLUS 7 #define DAC3_1 8 #define DAC3_2 9 #define DAC3_3 10 #define DAC3_4 11 #define DAC3_5 12 #define DAC3_6 13 #define DAC3_7 14 #define DAC3_8 15 #define DAC3_9 16 #define DAC3_10 17 #define DAC3_IN 18 #define DAC3_OUT 19 #define DAC3_RELOOP 20 #define DAC3_FX 21 #define DAC3_APPLY 22 #define DAC3_AUTO 23 #define DAC3_LEFT 24 #define DAC3_RIGHT 25 #define DAC3_DOWN 26 #define DAC3_UP 27 #define DAC3_FOLDER 28 #define DAC3_CP 29 #define DAC3_CUE 30 #define DAC3_PLAYPAUSE 31 #define DAC3_SHIFT 32 #define DAC3_MIXNOW 33 #define DAC3MAX 34 #define DAC3SLIDER_PITCH 0 #define DAC3SLIDER_JOG 1 #define DAC3LED_R 0 #define DAC3LED_MT 1 #define DAC3LED_MATCH 2 #define DAC3LED_MIXNOW 3 #define DAC3LED_RELOOP 4 #define DAC3LED_OUT 5 #define DAC3LED_IN 6 #define DAC3LED_AUTOPLAY 7 #define DAC3LED_AUTOPILOT 8 #define DAC3LED_SHUFFLE 9 #define DAC3LED_CUE 10 #define DAC3LED_PLAY 11 #define DAC3SYM_PLAY 100 #define DAC3SYM_PAUSE 101 #define DAC3SYM_CONTINUE 102 #define DAC3SYM_AUTOCUE 103 #define DAC3SYM_BREAK 104 #define DAC3SYM_BEAT 105 #define DAC3SYM_PITCH 106 #define DAC3SYM_PITCHHORZBAR 107 #define DAC3SYM_PITCHVERTBAR 108 #define DAC3SYM_PITCHDOT 109 #define DAC3SYM_REMAIN 110 #define DAC3SYM_LOOP 111 #define DAC3SYM_OUTRO 112 #define DAC3SYM_COMMA1 113 #define DAC3SYM_COMMA2 114 #define DAC3DIGIT_DIGIT1 0 #define DAC3DIGIT_DIGIT2 1 #define DAC3DIGIT_DIGIT3 2 #define DAC3DIGIT_DIGIT4 3 #define DAC3DIGIT_DIGIT5 4 #define DAC3DIGIT_DIGIT6 5 #define DAC3DIGIT_DIGIT7 6 #define DAC3DIGIT_DIGIT8 7 #define DAC3DIGIT_DIGIT9 8 #define DAC3DIGIT_DIGIT10 9 #define DAC3DIGIT_DIGIT11 10 #define DAC3DIGIT_DIGIT12 11 #define DAC3DIGIT_BAR 100 #endif