Skip to content

Instantly share code, notes, and snippets.

@bgr
Created May 15, 2015 12:16
Show Gist options
  • Save bgr/f8523beaca1b47a672bf to your computer and use it in GitHub Desktop.
Save bgr/f8523beaca1b47a672bf to your computer and use it in GitHub Desktop.
Pure Data - play midi notes using qwerty keyboard
#N canvas 132 132 682 510 10;
#X obj 13 175 list-find;
#X obj 13 83 key;
#X obj 64 82 loadbang;
#X obj 452 39 inlet;
#X text 449 15 octave shift;
#X text 38 34 q w e r t y u i o p [ ];
#X text 10 13 layout:;
#X obj 452 206 * 12;
#X obj 13 223 +;
#X obj 13 266 + 60;
#X obj 13 312 outlet;
#X text 80 27 5 6 7;
#X text 128 27 9 0;
#X text 164 27 =;
#X text 44 27 2 3;
#X msg 64 107 113 50 119 51 101 114 53 116 54 121 55 117 105 57 111
48 112 91 61 93 97 122 115 120 99 102 118 103 98 110 106 109 107 44
108 46 47 39;
#X text 214 26 f g;
#X text 250 26 j k l;
#X text 298 26 ';
#X text 268 34 \, . /;
#X text 178 26 a s;
#X text 184 34 z x c v b n m;
#X connect 0 0 8 0;
#X connect 1 0 0 0;
#X connect 2 0 15 0;
#X connect 3 0 7 0;
#X connect 7 0 8 1;
#X connect 8 0 9 0;
#X connect 9 0 10 0;
#X connect 15 0 0 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment