aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/vd~-help.pd
blob: 5a36ff73b9af8b283b7eec4f1c391acde99ed74c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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;