-
Notifications
You must be signed in to change notification settings - Fork 22
/
vs-object_2d-help.pd
83 lines (83 loc) · 2.6 KB
/
vs-object_2d-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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#N canvas 109 23 1100 733 10;
#X obj 19 35 cnv 15 300 500 empty empty 2D_OBJECT 20 12 0 14 -233017
-66577 0;
#X obj 333 36 cnv 15 300 500 empty empty XYZ_ROTATION_+_MODULATION
20 12 0 14 -233017 -66577 0;
#X obj 46 502 dac~ 1 2 3;
#X obj 357 90 nbx 5 14 -1e+37 1e+37 0 1 empty empty Xrotation 0 -8
0 10 -4034 -1 -1 0 256;
#X obj 357 129 sig~;
#X obj 172 131 sig~;
#X obj 172 90 nbx 5 14 -1e+37 1e+37 0 1 empty empty brightness 0 -8
0 10 -4034 -1 -1 100 256;
#X obj 456 90 nbx 5 14 -1e+37 1e+37 0 1 empty empty Yrotation 0 -8
0 10 -4034 -1 -1 0 256;
#X obj 456 130 sig~;
#X obj 546 89 nbx 5 14 -1e+37 1e+37 0 1 empty empty Zrotation 0 -8
0 10 -4034 -1 -1 0 256;
#X obj 546 129 sig~;
#X obj 112 109 / 100;
#X obj 46 89 nbx 5 14 -1e+37 1e+37 0 1 empty empty freq 0 -8 0 10 -4034
-1 -1 300 256;
#X obj 111 134 sig~;
#X obj 112 90 nbx 5 14 -1e+37 1e+37 0 1 empty empty scale 0 -8 0 10
-4034 -1 -1 100 256;
#X obj 46 109 phasor~;
#X obj 172 109 / 100;
#X obj 357 108 / 360;
#X obj 456 108 / 360;
#X obj 546 108 / 360;
#X text 882 466 Derek Holzer;
#X text 882 515 [email protected];
#X obj 565 468 tgl 15 1 empty empty ON_OFF 17 7 0 10 -258113 -1 -1
1 1;
#X obj 565 496 switch~;
#X text 900 234 X (horizontal);
#X text 900 254 Y (vertical);
#X text 900 274 Brightness;
#X text 883 205 OUTLETS;
#X text 673 205 INLETS;
#X text 690 234 Signal from [phasor~];
#X text 690 254 Scale (signal 0-1);
#X text 690 274 Brightness (signal 0-1);
#X obj 46 470 VS-rotate;
#X obj 209 197 bng 35 250 50 0 empty empty OPEN_X 40 17 0 10 -257985
-1 -1;
#X obj 209 237 bng 35 250 50 0 empty empty OPEN_Y 40 17 0 10 -257985
-1 -1;
#X text 690 294 Open file for X table;
#X text 690 314 Open file for Y table;
#X text 882 490 Helsinki July 2018;
#X obj 61 299 VS-object_2d;
#X text 685 45 [VS-object_2d] opens two text files which represent
the X and Y coordinates of an WKT file. These text files are prepared
by the wkt_parse.py script authored by Lee Montgomery \, please see
the README in the "02.vector_synthesis-wkt_parser" directory for details
on how to convert SVG artwork to WKT and then parse it for use here.
;
#X connect 3 0 17 0;
#X connect 4 0 32 4;
#X connect 5 0 38 2;
#X connect 6 0 16 0;
#X connect 7 0 18 0;
#X connect 8 0 32 5;
#X connect 9 0 19 0;
#X connect 10 0 32 6;
#X connect 11 0 13 0;
#X connect 12 0 15 0;
#X connect 13 0 38 1;
#X connect 14 0 11 0;
#X connect 15 0 38 0;
#X connect 16 0 5 0;
#X connect 17 0 4 0;
#X connect 18 0 8 0;
#X connect 19 0 10 0;
#X connect 22 0 23 0;
#X connect 32 0 2 0;
#X connect 32 1 2 1;
#X connect 32 3 2 2;
#X connect 33 0 38 3;
#X connect 34 0 38 4;
#X connect 38 0 32 0;
#X connect 38 1 32 1;
#X connect 38 2 32 3;