From 7119bfd22c7a53c254b3532649f0342efc6625e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 1 Jun 2007 09:08:00 +0000 Subject: fixed creation order (LATER to this via [declare] or find a way to do it inside the external) svn path=/trunk/externals/iem16/; revision=7738 --- help/vd16~-help.pd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'help/vd16~-help.pd') diff --git a/help/vd16~-help.pd b/help/vd16~-help.pd index cf59065..1f4a4c5 100644 --- a/help/vd16~-help.pd +++ b/help/vd16~-help.pd @@ -6,13 +6,11 @@ #X text 99 279 signal input (delay time in ms); #X text 218 310 creation argument: name of delay line; #X text 35 400 see also:; -#X obj 24 16 vd16~; #X text 77 10 reads a signal from a 16bit delay line at a variable delay time (4-point-interpolation); #X text 31 51 vd16~ 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 obj 50 314 vd16~ del_example; #X text 16 433 similar pd-objects:; #X obj 201 432 delread~; #X obj 285 432 delwrite~; @@ -27,6 +25,8 @@ need only half of the memory of pd's floatingpoint-based object.; additional noise (because floats are more precise than 16bit) \, and you cannot have values>1 stored in the delay-line; #X obj 375 112 vd~; +#X obj 50 314 vd16~ del_example; +#X obj 24 16 vd16~; #X connect 0 0 3 0; -#X connect 3 0 10 0; -#X connect 10 0 1 0; +#X connect 3 0 20 0; +#X connect 20 0 1 0; -- cgit v1.2.1