forked from mxa/Bewegungsmelder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
01-Pure_Data.pd
49 lines (49 loc) · 1.61 KB
/
01-Pure_Data.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
46
47
48
49
#N canvas 557 119 513 617 10;
#X obj 28 8 cnv 15 400 50 empty empty 1 14 24 0 24 -175655 -66577 0
;
#X obj 99 243 cnv 15 55 24 empty empty empty 20 12 0 14 -33529 -66577
0;
#X obj 76 284 +;
#X floatatom 109 247 5 0 0 0 - - -;
#X floatatom 76 319 5 0 0 0 - - -;
#X obj 40 243 cnv 15 55 24 empty empty empty 20 12 0 14 -230353 -66577
0;
#X floatatom 52 247 5 0 0 0 - - -;
#X text 181 237 dry basics to start with:;
#X obj 83 88;
#X text 144 89 Object \, still empty;
#X obj 84 115 +;
#X text 144 116 Object addition;
#X floatatom 84 166 5 0 0 0 - - -;
#X text 144 166 Number Box;
#X text 282 89 Objekt \, leer;
#X text 282 116 Objekt zur Addition;
#X text 282 167 Zahlenfeld;
#X text 30 85 ctl-1;
#X text 29 165 ctl-3;
#X msg 83 139;
#X text 144 137 Message Box;
#X text 283 140 Nachrichtenfeld;
#X text 29 141 ctl-2;
#X text 28 66 Our vocabulary of objects to start with:;
#X floatatom 79 388 5 0 0 0 - - -;
#X obj 79 446 print;
#X obj 79 415 trigger float bang;
#X text 212 416 the object trigger sorts and converts;
#X text 213 445 prints out to the console window;
#X text 31 508 Challenge:;
#X text 179 275 2 objects have one warm inlet \, the leftmost.;
#X text 179 292 3 objects have one or more cold inlets;
#X text 179 257 1 Pd has edit-mode and run-mode;
#X text 31 523 modify the addition patch above so both numbers trigger
the calculation. Use the object trigger.;
#X text 34 200 Objects receive messages to act upon.;
#X text 29 585 Max Neupert \, GMU - Bauhaus-Universität Weimar 2008
;
#X text 73 17 Pure Data;
#X connect 2 0 4 0;
#X connect 3 0 2 1;
#X connect 6 0 2 0;
#X connect 24 0 26 0;
#X connect 26 0 25 0;
#X connect 26 1 25 0;