aboutsummaryrefslogtreecommitdiff
path: root/examples/segregate.pd
blob: 0e4769906b71d60daac62f9d73846bcb5b65be9b (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
#N canvas 543 205 450 496 10;
#X obj 136 344 segregate;
#X obj 136 447 print BANG;
#X obj 145 430 print FLOAT;
#X obj 155 413 print SYMBOL;
#X obj 175 379 print POINTER;
#X obj 165 396 print LIST;
#X floatatom 155 226;
#X symbolatom 171 255;
#X msg 136 197 bang;
#X msg 184 281 1 2 3 4;
#X msg 185 307 come on \, my house;
#X text 131 31 segregate;
#X text 51 87 segregates the inputs by their type;
#X text 50 112 known types (in order of their outlets)::;
#X text 93 131 BANG \, FLOAT \, SYMBOL \, LIST \, POINTER;
#X text 86 196 bang;
#X text 86 226 float;
#X text 87 256 symbol;
#X obj 185 362 print ANYTHING;
#X text 88 309 anythings;
#X text 87 284 list;
#X connect 0 0 1 0;
#X connect 0 1 2 0;
#X connect 0 2 3 0;
#X connect 0 3 5 0;
#X connect 0 4 4 0;
#X connect 0 5 18 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 0 0;
#X connect 9 0 0 0;
#X connect 10 0 0 0;