aboutsummaryrefslogtreecommitdiff
path: root/externals/signal
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2006-11-07 22:06:11 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2006-11-07 22:06:11 +0000
commit35425cf570d472dc9d32db0134655a9a73d8638c (patch)
tree3543dd44de3dd8ccdd9d6014f2941cd0b5c972f5 /externals/signal
parent754a971e9fcd0799c1c7f26dabc93f10dbaf5a61 (diff)
updated and the correct file name
svn path=/trunk/; revision=6228
Diffstat (limited to 'externals/signal')
-rw-r--r--externals/signal/lrshift~/lrshift~-help.pd42
1 files changed, 42 insertions, 0 deletions
diff --git a/externals/signal/lrshift~/lrshift~-help.pd b/externals/signal/lrshift~/lrshift~-help.pd
new file mode 100644
index 00000000..14801ecb
--- /dev/null
+++ b/externals/signal/lrshift~/lrshift~-help.pd
@@ -0,0 +1,42 @@
+#N canvas 552 267 685 337 12;
+#X msg 268 277 bang;
+#X obj 244 303 print~;
+#X msg 185 278 bang;
+#X obj 161 304 print~;
+#X text 53 117 click here first;
+#X msg 72 270 bang;
+#X obj 48 296 print~;
+#X text 162 222 shift left;
+#X text 243 224 shift right;
+#X obj 161 252 lrshift~ 1;
+#X obj 244 251 lrshift~ -1;
+#X text 39 37 Acting at whatever vector size the window is running
+at \, lrshift~ shifts samples to the left (toward the beginning sample)
+or to the right. The argument gives the direction and the amount of
+the shift. The rightmost (or leftmost) samples are set to zero.;
+#N canvas 0 0 450 300 (subpatch) 0;
+#X array shiftin 64 float 0;
+#X coords 0 1 63 0 200 140 1;
+#X restore 448 118 graph;
+#X text 115 11 -- shift signal vector elements left or right;
+#X msg 54 138 \; pd dsp 1 \; shiftin 1 1;
+#X obj 48 204 tabreceive~ shiftin;
+#X text 525 308 Updated for Pd 0.31.;
+#X obj 47 11 lrshift~;
+#X floatatom 339 209 5 0 0 0 - - -;
+#X msg 363 277 bang;
+#X obj 339 303 print~;
+#X text 277 186 change shift amount;
+#X obj 339 251 lrshift~;
+#X connect 0 0 1 0;
+#X connect 2 0 3 0;
+#X connect 5 0 6 0;
+#X connect 9 0 3 0;
+#X connect 10 0 1 0;
+#X connect 15 0 6 0;
+#X connect 15 0 9 0;
+#X connect 15 0 10 0;
+#X connect 15 0 22 0;
+#X connect 18 0 22 0;
+#X connect 19 0 20 0;
+#X connect 22 0 20 0;