From 9340768f6c7dea7cb7fe348f6fdf52db75ce9d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 23 Nov 2004 15:29:47 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2300, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/iem16/; revision=2301 --- examples/tab16read.pd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 examples/tab16read.pd (limited to 'examples/tab16read.pd') diff --git a/examples/tab16read.pd b/examples/tab16read.pd new file mode 100644 index 0000000..fd34feb --- /dev/null +++ b/examples/tab16read.pd @@ -0,0 +1,27 @@ +#N canvas 245 143 703 316 12; +#X text 62 102 index; +#X floatatom 25 103 0 0 0 0 - - -; +#X floatatom 25 199 0 0 0 0 - - -; +#X text 70 197 output = array99[index]; +#X text 189 157 creation argument; +#X text 185 175 gives array name; +#X msg 35 125 set array99; +#X text 147 125 change array name; +#X obj 25 165 tab16read array99; +#X obj 422 131 table16 array99; +#X obj 17 13 tab16read; +#X text 412 257 updated for iem16 version1.0; +#X obj 16 252 tab16write~; +#X obj 16 271 tab16read4~; +#X obj 120 271 tab16read; +#X obj 120 252 tab16write; +#X obj 217 252 tab16send~; +#X obj 217 271 tab16receive~; +#X obj 339 257 table16; +#X text 108 15 - read numbers from a 16bit-table; +#X text 21 42 since [table16] can only hold 16bit values \, the output +of [tab16read] is limited to integer-values between -32768..+32767 +; +#X connect 1 0 8 0; +#X connect 6 0 8 0; +#X connect 8 0 2 0; -- cgit v1.2.1