aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/5.reference/vd~.pd
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-09-23 00:21:28 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-09-23 00:21:28 +0000
commit64fdb009695828b788fce074135b20a5e52c5fc4 (patch)
treea05144197dd339721b6d4a3a0927f7596e8872b6 /pd/doc/5.reference/vd~.pd
parenta30193fcd726552364de74984b200be2c30723e7 (diff)
imported version 0.37-0
svn path=/trunk/; revision=1016
Diffstat (limited to 'pd/doc/5.reference/vd~.pd')
-rw-r--r--pd/doc/5.reference/vd~.pd19
1 files changed, 0 insertions, 19 deletions
diff --git a/pd/doc/5.reference/vd~.pd b/pd/doc/5.reference/vd~.pd
deleted file mode 100644
index 5a36ff73..00000000
--- a/pd/doc/5.reference/vd~.pd
+++ /dev/null
@@ -1,19 +0,0 @@
-#N canvas 109 10 654 410 12;
-#X floatatom 50 194 0 0 0;
-#X obj 50 287 outlet~;
-#X text 130 286 signal output (delayed signal);
-#X obj 24 16 vd~;
-#X text 60 9 reads a signal from a delay line at a variable delay time (4-point-interpolation);
-#X obj 50 222 sig~;
-#X text 99 219 signal input (delay time in ms);
-#X obj 50 254 vd~ del_example;
-#X text 193 252 creation argument: name of delay line;
-#X text 31 51 vd~ implements a 4-point interpolating delay tap from a corresponding delwrite~ object. The delay in milliseconds of the tap is specified by the incoming signal.;
-#X text 35 340 see also:;
-#X obj 123 343 delwrite~;
-#X obj 212 342 delread~;
-#X text 354 373 updated for Pd version 0.33;
-#X text 28 103 The delay time is always at least one sample and at most the length of the delay line (specified by hte delwrite~). In addition \, in case the delwrite~ runs later in the DSP loop than the vd~ \, the delay is constrained below by one vector length (64 samples.);
-#X connect 0 0 5 0;
-#X connect 5 0 7 0;
-#X connect 7 0 1 0;