Skip to content

Instantly share code, notes, and snippets.

@thomasvanta
Created February 8, 2015 18:20
Show Gist options
  • Save thomasvanta/e7f42708893d1824e555 to your computer and use it in GitHub Desktop.
Save thomasvanta/e7f42708893d1824e555 to your computer and use it in GitHub Desktop.
NanoKontrol 1 midi Map for ofxMidi
// White NanoKontrol midi Map
const int NANO_KONTROL_SC1_SLIDER_1 = 2;
const int NANO_KONTROL_SC1_SLIDER_2 = 3;
const int NANO_KONTROL_SC1_SLIDER_3 = 4;
const int NANO_KONTROL_SC1_SLIDER_4 = 5;
const int NANO_KONTROL_SC1_SLIDER_5 = 6;
const int NANO_KONTROL_SC1_SLIDER_6 = 8;
const int NANO_KONTROL_SC1_SLIDER_7 = 9;
const int NANO_KONTROL_SC1_SLIDER_8 = 12;
const int NANO_KONTROL_SC1_SLIDER_9 = 13;
const int NANO_KONTROL_SC1_KNOB_1 = 14;
const int NANO_KONTROL_SC1_KNOB_2 = 15;
const int NANO_KONTROL_SC1_KNOB_3 = 16;
const int NANO_KONTROL_SC1_KNOB_4 = 17;
const int NANO_KONTROL_SC1_KNOB_5 = 18;
const int NANO_KONTROL_SC1_KNOB_6 = 19;
const int NANO_KONTROL_SC1_KNOB_7 = 20;
const int NANO_KONTROL_SC1_KNOB_8 = 21;
const int NANO_KONTROL_SC1_KNOB_9 = 22;
const int NANO_KONTROL_SC1_BUTTON_1_U = 23;
const int NANO_KONTROL_SC1_BUTTON_1_D = 33;
const int NANO_KONTROL_SC1_BUTTON_2_U = 24;
const int NANO_KONTROL_SC1_BUTTON_2_D = 34;
const int NANO_KONTROL_SC1_BUTTON_3_U = 25;
const int NANO_KONTROL_SC1_BUTTON_3_D = 35;
const int NANO_KONTROL_SC1_BUTTON_4_U = 26;
const int NANO_KONTROL_SC1_BUTTON_4_D = 36;
const int NANO_KONTROL_SC1_BUTTON_5_U = 27;
const int NANO_KONTROL_SC1_BUTTON_5_D = 37;
const int NANO_KONTROL_SC1_BUTTON_6_U = 28;
const int NANO_KONTROL_SC1_BUTTON_6_D = 38;
const int NANO_KONTROL_SC1_BUTTON_7_U = 29;
const int NANO_KONTROL_SC1_BUTTON_7_D = 39;
const int NANO_KONTROL_SC1_BUTTON_8_U = 30;
const int NANO_KONTROL_SC1_BUTTON_8_D = 40;
const int NANO_KONTROL_SC1_BUTTON_9_U = 31;
const int NANO_KONTROL_SC1_BUTTON_9_D = 41;
const int NANO_KONTROL_BTN_PLAY = 41;
const int NANO_KONTROL_BTN_REC = 13;
const int NANO_KONTROL_BTN_SET = 60;
const int NANO_KONTROL_BTN_LEFT_ARROW = 61;
const int NANO_KONTROL_BTN_RIGHT_ARROW = 62;
const int NANO_KONTROL_SC2_SLIDER_1 = 42;
const int NANO_KONTROL_SC2_SLIDER_2 = 43;
const int NANO_KONTROL_SC2_SLIDER_3 = 50;
const int NANO_KONTROL_SC2_SLIDER_4 = 51;
const int NANO_KONTROL_SC2_SLIDER_5 = 52;
const int NANO_KONTROL_SC2_SLIDER_6 = 53;
const int NANO_KONTROL_SC2_SLIDER_7 = 54;
const int NANO_KONTROL_SC2_SLIDER_8 = 55;
const int NANO_KONTROL_SC2_SLIDER_9 = 56;
const int NANO_KONTROL_SC2_KNOB_1 = 57;
const int NANO_KONTROL_SC2_KNOB_2 = 58;
const int NANO_KONTROL_SC2_KNOB_3 = 59;
const int NANO_KONTROL_SC2_KNOB_4 = 60;
const int NANO_KONTROL_SC2_KNOB_5 = 61;
const int NANO_KONTROL_SC2_KNOB_6 = 62;
const int NANO_KONTROL_SC2_KNOB_7 = 63;
const int NANO_KONTROL_SC2_KNOB_8 = 65;
const int NANO_KONTROL_SC2_KNOB_9 = 66;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment