aboutsummaryrefslogtreecommitdiff
path: root/sfruit/rprint-help.pd
blob: 5ddfc43c5dbadb64296487690dfd87253102e6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#N canvas 664 410 415 267 10;
#X obj 44 191 rprint \$0.some-data;
#X obj 44 137 s \$0.some-data;
#X text 20 14 [rprint] - intercept a send and print it to the console.
Usually for debugging.;
#X msg 44 93 nom nom nom;
#X obj 263 100 r \$0.some-data;
#X obj 263 128 list prepend set;
#X obj 263 153 list trim;
#X msg 263 186;
#X text 267 229 2008 Luke Iannini;
#X connect 3 0 1 0;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
#X connect 6 0 7 0;