-
Notifications
You must be signed in to change notification settings - Fork 0
/
coords-help.pd
34 lines (34 loc) · 1.04 KB
/
coords-help.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
#N canvas 492 86 445 258 10;
#X msg 29 57 bang;
#X obj 29 99 coords;
#X floatatom 29 188 5 0 0 3 major - -;
#X floatatom 73 188 5 0 0 3 minor - -;
#X floatatom 118 188 5 0 0 3 bugfix - -;
#N canvas 280 175 494 344 META 0;
#X text 12 25 LICENSE GPL v3;
#X text 12 105 AUTHOR Hans-Christoph Steiner;
#X text 12 45 DESCRIPTION get the coords of the parent patch;
#X text 12 65 INLET_0 bang;
#X text 12 85 OUTLET_0 list;
#X restore 394 234 pd META;
#X text 40 12 Get the coords of the parent patch;
#X obj 29 164 unpack float float float float float float float float
float;
#X obj 117 107 pddp/print;
#X floatatom 162 188 5 0 0 3 major - -;
#X floatatom 207 188 5 0 0 3 minor - -;
#X floatatom 252 188 5 0 0 3 bugfix - -;
#X floatatom 296 188 5 0 0 3 major - -;
#X floatatom 341 188 5 0 0 3 minor - -;
#X floatatom 386 188 5 0 0 3 bugfix - -;
#X connect 0 0 1 0;
#X connect 1 0 7 0;
#X connect 7 0 2 0;
#X connect 7 1 3 0;
#X connect 7 2 4 0;
#X connect 7 3 9 0;
#X connect 7 4 10 0;
#X connect 7 5 11 0;
#X connect 7 6 12 0;
#X connect 7 7 13 0;
#X connect 7 8 14 0;