-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFM8_Integration.pd
45 lines (45 loc) · 1.17 KB
/
FM8_Integration.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
45
#N canvas 0 22 481 361 10;
#X obj 51 157 makenote 80 500;
#X obj 51 196 noteout 1;
#X msg 51 122 60;
#X msg 89 122 64;
#X msg 127 122 67;
#X obj 51 86 t b b b;
#X obj 51 56 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 243 191 makenote 80 500;
#X obj 243 230 noteout 1;
#X msg 243 156 60;
#X msg 281 156 64;
#X obj 243 90 t b b b;
#X obj 243 60 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 281 126 del 500;
#X obj 334 126 del 1000;
#X text 50 30 C chord;
#X text 236 28 Fundemental notes for C;
#X msg 319 156 36;
#X text 49 264 The three numbers (60 \, 64 and 67) represent the note
counts on a keyboard (starting from 36-108). Sounds that correspond
to numbers outside these bounds do exist in FM8 \, but cannot be played
via the FM8 piano.;
#X connect 0 0 1 0;
#X connect 0 1 1 1;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 4 0 0 0;
#X connect 5 0 2 0;
#X connect 5 1 3 0;
#X connect 5 2 4 0;
#X connect 6 0 5 0;
#X connect 7 0 8 0;
#X connect 7 1 8 1;
#X connect 9 0 7 0;
#X connect 10 0 7 0;
#X connect 11 0 9 0;
#X connect 11 1 13 0;
#X connect 11 2 14 0;
#X connect 12 0 11 0;
#X connect 13 0 10 0;
#X connect 14 0 17 0;
#X connect 17 0 7 0;