diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-06-01 09:08:00 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-06-01 09:08:00 +0000 |
commit | 7119bfd22c7a53c254b3532649f0342efc6625e3 (patch) | |
tree | 6e02e537fa9d791e6b45c5371ec49ef3b7162eaa /help/tab16read4~-help.pd | |
parent | 36750adcbae929709a3dfcecb659aa66558d0a82 (diff) |
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
Diffstat (limited to 'help/tab16read4~-help.pd')
-rw-r--r-- | help/tab16read4~-help.pd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/help/tab16read4~-help.pd b/help/tab16read4~-help.pd index 6757552..0b0ac47 100644 --- a/help/tab16read4~-help.pd +++ b/help/tab16read4~-help.pd @@ -14,7 +14,6 @@ shift-drag the number box to see the effect of interpolation.; #X text 116 158 "set" message permits you to switch between arrays ; #X text 149 228 creation argument initializes array name; -#X obj 10 228 tab16read4~ array99; #X obj 460 301 table16 array99; #X text 395 400 updated for iem16 version1.0; #X obj 11 395 tab16write~; @@ -30,10 +29,11 @@ lookup algorithms. The interpolation scheme is 4-point polynomial. ; #X text 185 266 since [table16] can only hold 16bit-values \, the stored integer values -32768..+32767 are converted to floats -1.0..+1.0; +#X obj 10 228 tab16read4~ array99; #X connect 2 0 7 0; #X connect 3 0 2 0; -#X connect 4 0 12 0; +#X connect 4 0 24 0; #X connect 5 0 4 0; #X connect 6 0 3 0; -#X connect 9 0 12 0; -#X connect 12 0 2 0; +#X connect 9 0 24 0; +#X connect 24 0 2 0; |