aboutsummaryrefslogtreecommitdiff
path: root/symbol_argument-help.pd
blob: 151b796a58bde247760e563139728b4b36c1a61c (plain)
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
#N canvas 68 255 517 466 10;
#X msg 49 73 bang;
#X msg 51 189 bang;
#X obj 50 246 print blank;
#X msg 36 326 bang;
#X msg 241 326 bang;
#X msg 204 187 bang;
#X obj 203 244 print blank;
#X obj 32 245 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 185 245 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X symbolatom 48 126 6 0 0 1 symbol - -;
#X symbolatom 36 389 10 0 0 0 - - -;
#X msg 202 72 bang;
#X symbolatom 202 124 15 0 0 1 symbol - -;
#X msg 362 187 bang;
#X obj 361 244 print blank;
#X obj 343 245 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X text 24 153 If the first argument is blank or 0 \, there is no output
(Pd initializes all variables to 0):;
#X symbolatom 241 391 10 0 0 0 - - -;
#X text 32 275 If you set a second argument \, it will be used as the
default when the first argument is blank. Also if the first argument
is numeric \, the default will be used.;
#X obj 202 98 symbol_argument 255.255.255.255;
#X obj 49 99 symbol_argument word;
#X obj 51 221 symbol_argument;
#X obj 362 219 symbol_argument 0;
#X obj 36 362 symbol_argument \$1 default;
#X obj 204 219 symbol_argument \$1;
#X obj 242 362 symbol_argument 44 default;
#X text 25 21 This object can takes a symbolic atom as an argument
and outputs a symbol message.;
#X connect 0 0 20 0;
#X connect 1 0 21 0;
#X connect 3 0 23 0;
#X connect 4 0 25 0;
#X connect 5 0 24 0;
#X connect 11 0 19 0;
#X connect 13 0 22 0;
#X connect 19 0 12 0;
#X connect 20 0 9 0;
#X connect 21 0 2 0;
#X connect 21 0 7 0;
#X connect 22 0 14 0;
#X connect 22 0 15 0;
#X connect 23 0 10 0;
#X connect 24 0 6 0;
#X connect 24 0 8 0;
#X connect 25 0 17 0;