aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/print~-help.pd
blob: b3a9c4296e18214e366704d7fac909e13308196b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#N canvas 118 333 531 212 10;
#X msg 74 143 2;
#X msg 455 77 \; pd dsp 0;
#X msg 454 40 \; pd dsp 1;
#X obj 62 177 print~;
#X msg 74 118 bang;
#X obj 62 92 phasor~ 1000;
#X text 122 119 bang prints one vector;
#X obj 454 18 loadbang;
#X text 109 142 print two or more successive vectors;
#X obj 32 12 print~;
#X text 85 12 - print out raw values of a signal;
#X text 301 171 Updated for Pd version 0.33;
#X text 19 44 The print~ object takes a signal input and prints one or more vectors out when you send it a bang or a number. By default a vector is 64 samples.;
#X connect 0 0 3 0;
#X connect 4 0 3 0;
#X connect 5 0 3 0;
#X connect 7 0 2 0;