File: grid-help.pd

package info (click to toggle)
pd-unauthorized 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,032 kB
  • sloc: ansic: 17,086; tcl: 1,001; makefile: 373
file content (201 lines) | stat: -rw-r--r-- 5,447 bytes parent folder | download | duplicates (6)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
#N canvas 26 1 763 647 10;
#X obj 72 77 grid grid1 200 0 199 200 0 199 1 1 1 10 10 72 77;
#X floatatom 72 293 5 0 0 0 - - -;
#X floatatom 257 282 5 0 0 0 - - -;
#X text 41 21 Grid is a 2-dimensional control object;
#X text 319 449 (invoke with <right mouse>Properties );
#X text 322 439 You can set the following properties :;
#X text 347 468 * Name;
#X text 346 480 * Width : graphical x size;
#X text 346 491 * X min : minimum value delivered by left outlet (
X );
#X text 346 503 * X max : maximum value delivered by left outlet (
X );
#X text 347 513 * X step : X delta for an X update;
#X text 346 524 * X sections : number of vertical lines of the inner
grid;
#X text 347 534 * Height : graphical y size;
#X text 346 546 * Y min : minimum value delivered by right outlet (
Y );
#X text 347 558 * Y max : maximum value delivered by right outlet (
Y );
#X text 346 579 * Y sections : number of horizontal lines of the inner
grid;
#X text 347 591 * Show Grid : option to draw an inner grid;
#X text 328 609 bugs and comments @ ydegoyon@free.fr;
#X text 120 292 X value;
#X text 303 281 Y value;
#X msg 587 271 \; pd dsp 0;
#X msg 653 271 \; pd dsp 1;
#X obj 276 417 *~;
#X floatatom 276 360 0 0 0 0 - - -;
#X obj 357 397 line~;
#X floatatom 188 380 0 0 0 0 - - -;
#X obj 188 494 cos~;
#X obj 188 450 +~;
#X floatatom 228 506 0 0 100 0 - - -;
#N canvas 159 26 495 270 output 0;
#X obj 338 160 t b;
#X obj 338 110 f;
#X obj 338 60 inlet;
#X text 344 29 mute;
#X obj 338 185 f;
#X msg 425 178 0;
#X msg 338 85 bang;
#X obj 338 135 moses 1;
#X obj 425 153 t b f;
#X obj 397 117 moses 1;
#X obj 83 148 dbtorms;
#X obj 397 92 r master-lvl;
#X obj 83 42 r master-lvl;
#X obj 338 210 s master-lvl;
#X obj 22 182 inlet~;
#X obj 199 41 inlet;
#X text 199 18 level;
#X obj 199 100 s master-lvl;
#X msg 96 65 set \$1;
#X obj 96 89 outlet;
#X msg 214 64 \; pd dsp 1;
#X obj 83 194 line~;
#X obj 22 212 *~;
#X obj 22 241 dac~;
#X obj 83 171 pack 0 50;
#X text 20 159 audio;
#X text 93 110 show level;
#X connect 0 0 4 0;
#X connect 1 0 7 0;
#X connect 2 0 6 0;
#X connect 4 0 13 0;
#X connect 5 0 13 0;
#X connect 6 0 1 0;
#X connect 7 0 0 0;
#X connect 7 1 8 0;
#X connect 8 0 5 0;
#X connect 9 1 4 1;
#X connect 10 0 24 0;
#X connect 11 0 1 1;
#X connect 11 0 9 0;
#X connect 12 0 10 0;
#X connect 12 0 18 0;
#X connect 14 0 22 0;
#X connect 15 0 17 0;
#X connect 15 0 20 0;
#X connect 18 0 19 0;
#X connect 21 0 22 1;
#X connect 22 0 23 0;
#X connect 22 0 23 1;
#X connect 24 0 21 0;
#X restore 190 533 pd output;
#X msg 266 506 MUTE;
#X obj 276 385 osc~ 0;
#X obj 357 371 pack 0 50;
#X floatatom 357 318 0 0 0 0 - - -;
#X obj 357 345 / 100;
#X text 188 345 carrier;
#X text 184 355 frequency;
#X text 261 336 frequency;
#X text 262 319 modulation;
#X obj 188 407 phasor~;
#X msg 39 350 250;
#X obj 39 328 loadbang;
#X text 17 377 3-dimensional control;
#X text 16 389 would be nice :-);
#X text 393 310 modulation index;
#X text 393 325 in hundredths;
#X text 40 32 It was inspired by the chaospad device;
#X text 346 568 * Y step : Y delta for an Y update;
#X floatatom 474 85 5 0 0 0 - - -;
#X floatatom 586 84 5 0 0 0 - - -;
#X obj 411 82 pack f f;
#X msg 332 81 goto \$1 \$2;
#X msg 546 83 bang;
#X text 524 84 X;
#X text 333 63 Set position :;
#X text 631 85 Y;
#X floatatom 486 120 5 0 0 0 - - -;
#X floatatom 586 121 5 0 0 0 - - -;
#X obj 423 119 pack f f;
#X msg 546 120 bang;
#X text 530 120 X;
#X text 634 121 Y;
#X floatatom 528 156 5 0 0 0 - - -;
#X floatatom 633 156 5 0 0 0 - - -;
#X obj 465 153 pack f f;
#X msg 593 154 bang;
#X text 578 155 X;
#X text 679 156 Y;
#X floatatom 503 191 5 0 0 0 - - -;
#X floatatom 607 190 5 0 0 0 - - -;
#X obj 440 188 pack f f;
#X msg 568 189 bang;
#X text 553 190 X;
#X text 656 191 Y;
#X floatatom 539 224 5 0 0 0 - - -;
#X floatatom 638 226 5 0 0 0 - - -;
#X obj 472 223 pack f f;
#X msg 600 224 bang;
#X text 585 225 X;
#X text 685 225 Y;
#X msg 109 49 bang;
#X msg 332 118 values \$1 \$2;
#X text 333 100 Set values :;
#X text 331 135 Set deltas for values :;
#X msg 333 152 valuemotion \$1 \$2;
#X msg 333 187 xvalues \$1 \$2;
#X text 334 170 Set values without changing output :;
#X text 332 205 Set deltas for values without changing output:;
#X msg 334 223 xvaluemotion \$1 \$2;
#X msg 334 250 color 123 45 185;
#X text 461 250 change bg color ( from alberto zin );
#X connect 0 0 1 0;
#X connect 0 1 2 0;
#X connect 1 0 23 0;
#X connect 2 0 33 0;
#X connect 22 0 27 1;
#X connect 23 0 31 0;
#X connect 24 0 22 1;
#X connect 25 0 39 0;
#X connect 26 0 29 0;
#X connect 27 0 26 0;
#X connect 28 0 29 1;
#X connect 29 0 28 0;
#X connect 30 0 29 2;
#X connect 31 0 22 0;
#X connect 32 0 24 0;
#X connect 33 0 34 0;
#X connect 34 0 32 0;
#X connect 39 0 27 0;
#X connect 40 0 25 0;
#X connect 41 0 40 0;
#X connect 48 0 50 0;
#X connect 49 0 50 1;
#X connect 49 0 52 0;
#X connect 50 0 51 0;
#X connect 51 0 0 0;
#X connect 52 0 48 0;
#X connect 56 0 58 0;
#X connect 57 0 58 1;
#X connect 57 0 59 0;
#X connect 58 0 81 0;
#X connect 59 0 56 0;
#X connect 62 0 64 0;
#X connect 63 0 64 1;
#X connect 63 0 65 0;
#X connect 64 0 84 0;
#X connect 65 0 62 0;
#X connect 68 0 70 0;
#X connect 69 0 70 1;
#X connect 69 0 71 0;
#X connect 70 0 85 0;
#X connect 71 0 68 0;
#X connect 74 0 76 0;
#X connect 75 0 76 1;
#X connect 75 0 77 0;
#X connect 76 0 88 0;
#X connect 77 0 74 0;
#X connect 80 0 0 0;
#X connect 81 0 0 0;
#X connect 84 0 0 0;
#X connect 85 0 0 0;
#X connect 88 0 0 0;
#X connect 89 0 0 0;