-
Notifications
You must be signed in to change notification settings - Fork 13
/
ruby_interact_midi.pd
44 lines (44 loc) · 1.26 KB
/
ruby_interact_midi.pd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#N canvas 62 131 621 231 10;
#X obj 35 21 netreceive 3939;
#X text 38 1 tune \, letters;
#X obj 34 99 s let;
#X obj 77 100 s num;
#X obj 72 46 print;
#N canvas 691 236 450 300 letter-midi 0;
#X obj 32 25 r let;
#X obj 32 53 makenote 100 150;
#X obj 32 138 noteout 1;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 1 1 2 1;
#X restore 493 11 pd letter-midi;
#N canvas 691 237 450 300 number-midi 0;
#X obj 32 53 makenote 100 150;
#X obj 32 25 r num;
#X obj 32 138 noteout 2;
#X connect 0 0 2 0;
#X connect 0 1 2 1;
#X connect 1 0 0 0;
#X restore 493 33 pd number-midi;
#N canvas 479 93 705 293 punct-midi 1;
#X obj 53 30 r punct;
#X obj 53 54 makenote 100 10;
#X obj 53 130 noteout 10;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 1 1 2 1;
#X restore 493 58 pd punct-midi;
#X obj 120 100 s punct;
#X text 243 1 Text to music MIDI Routing Patch;
#X text 245 18 Andrew James Faraday - October 2013;
#X text 243 61 Letters - Midi Channel 1;
#X text 243 75 Numbers - Midi Channel 2;
#X text 242 89 Puctuation - Midi Channel 10 (0 - 20);
#X text 231 182 Note: this patch or another like it must be open for
the ruby text to music scripts to work.;
#X obj 34 66 route letter num punct;
#X connect 0 0 4 0;
#X connect 0 0 15 0;
#X connect 15 0 2 0;
#X connect 15 1 3 0;
#X connect 15 2 8 0;