aboutsummaryrefslogtreecommitdiff
path: root/abs/tblock.pd
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-02-18 13:18:54 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-02-18 13:18:54 +0000
commit0cb66a03e133428a6778de2abec3df4c6cedea59 (patch)
tree366e021b6f3253c3e492cc55cdbbdea5e76fd170 /abs/tblock.pd
parentcec59cea80c2a573404d52cda43fda46536f2121 (diff)
creb update
svn path=/trunk/externals/creb/; revision=419
Diffstat (limited to 'abs/tblock.pd')
-rw-r--r--abs/tblock.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/abs/tblock.pd b/abs/tblock.pd
new file mode 100644
index 0000000..1682b49
--- /dev/null
+++ b/abs/tblock.pd
@@ -0,0 +1,26 @@
+#N canvas 506 229 617 246 10;
+#X obj 36 36 inlet;
+#X obj 101 35 inlet;
+#X obj 42 196 outlet;
+#X obj 144 99 samplerate~;
+#X obj 59 158 +;
+#X text 222 78 right inlet is also "active";
+#X text 222 133 for spectral domain processing;
+#X text 222 34 tblock: compute block relative time delays;
+#X text 223 48 out = left + right * (blocksize / sys_samplerate);
+#X obj 104 115 /;
+#X obj 101 92 * \$1;
+#X obj 103 59 t b f b;
+#X text 223 118 main usage is to compute block synchronous time delays
+;
+#X obj 95 141 * 1000;
+#X connect 0 0 4 0;
+#X connect 1 0 11 0;
+#X connect 3 0 9 1;
+#X connect 4 0 2 0;
+#X connect 9 0 13 0;
+#X connect 10 0 9 0;
+#X connect 11 0 4 0;
+#X connect 11 1 10 0;
+#X connect 11 2 3 0;
+#X connect 13 0 4 1;