// Definition of XPONENT controller mapper for VirtualDJ // See www.virtualdj.com for more information // (c)Atomix Productions 2007 #ifndef IXPonentMapperH #define IXPonentMapperH #define XPONENT_BTN_FINGER 0x15 #define XPONENT_BTN_HEADPHONE 0x14 #define XPONENT_BTN_X 0x12 #define XPONENT_BTN_DASH 0x13 #define XPONENT_BTN_PITCHBEND_MINUS 0x10 #define XPONENT_BTN_PITCHBEND_MORE 0x11 #define XPONENT_BTN_EFFECT_1 0x0c #define XPONENT_BTN_EFFECT_2 0x0d #define XPONENT_BTN_EFFECT_3 0x0e #define XPONENT_BTN_EFFECT_4 0x0f #define XPONENT_BTN_CUE_1 0x17 #define XPONENT_BTN_CUE_2 0x18 #define XPONENT_BTN_CUE_3 0x19 #define XPONENT_BTN_CUE_4 0x1a #define XPONENT_BTN_CUE_5 0x1b #define XPONENT_BTN_LOOP_LESS 0x1c #define XPONENT_BTN_LOOP_MORE 0x1d #define XPONENT_BTN_LOOP_LOCK 0x1e #define XPONENT_BTN_LOOP_PLUS 0x1f #define XPONENT_BTN_LOOP_MINUS 0x20 #define XPONENT_BTN_TRACK_MINUS 0x21 #define XPONENT_BTN_TRACK_PLUS 0x22 #define XPONENT_BTN_CUE 0x23 #define XPONENT_BTN_PLAY 0x24 #define XPONENT_BTN_LOOP_1 0x25 #define XPONENT_BTN_LOOP_2 0x26 #define XPONENT_BTN_LOOP_4 0x27 #define XPONENT_BTN_LOOP_8 0x28 #define XPONENT_BTN_LOOP_IN 0x29 #define XPONENT_BTN_RELOOP 0x2a #define XPONENT_BTN_LOOP_OUT 0x2b #define XPONENT_BTN_MATCH_GAIN 0x0b #define XPONENT_BTN_KILL_HIGH 0x0a #define XPONENT_BTN_KILL_MID 0x09 #define XPONENT_BTN_KILL_LOW 0x08 #define XPONENT_BTN_SYNC 0x02 #define XPONENT_BTN_TRANSFORM 0x07 #define XPONENT_BTN_SHIFT 0x2c #define XPONENT_BTN_SCRATCH_WHEEL 0x16 #define XPONENT_BTN_MOUSE_LEFT 0x80 #define XPONENT_BTN_MOUSE_RIGHT 0x81 #define XPONENT_BTN_MIDI 0x82 #define XPONENT_BTN_PROGRAM_SELECT 0x83 #define XPONENT_BTN_FOOT_PEDAL 0x8b #define XPONENT_BTN_TOUCHPAD 0x8c #define XPONENT_SLIDER_EFFECT_1 0x0c #define XPONENT_SLIDER_EFFECT_2 0x0d #define XPONENT_SLIDER_EFFECT_3 0x0e #define XPONENT_SLIDER_EFFECT_4 0x0f #define XPONENT_SLIDER_PITCH 0xff #define XPONENT_SLIDER_LOW 0x08 #define XPONENT_SLIDER_MID 0x09 #define XPONENT_SLIDER_HIGH 0x0a #define XPONENT_SLIDER_GAIN 0x0b #define XPONENT_SLIDER_VOLUME 0x07 #define XPONENT_SLIDER_SCRATCH_WHEEL 0x16 #define XPONENT_SLIDER_CUE 0x8d #define XPONENT_SLIDER_CROSSFADER 0x87 #define XPONENT_SLIDER_EXPRESSION_PEDAL 0x8a #define XPONENT_SLIDER_TOUCHPAD_X 0x88 #define XPONENT_SLIDER_TOUCHPAD_Y 0x89 #define XPONENT_LED_BEAT 0xff #define XPONENT_DIGIT_VUEMETER 0x00 #define XPONENT_DIGIT_PROGRESSBAR 0x01 #endif