Update of /cvsroot/pure-data/externals/iem16/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2208
Modified Files: del16read~-help.pd del16write~-help.pd tab16play~-help.pd tab16read-help.pd tab16read4~-help.pd tab16receive~-help.pd tab16send~-help.pd tab16write-help.pd tab16write~-help.pd vd16~-help.pd Log Message: fixed creation order (LATER to this via [declare] or find a way to do it inside the external)
Index: vd16~-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/help/vd16~-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** vd16~-help.pd 12 Jan 2007 22:18:34 -0000 1.1 --- vd16~-help.pd 1 Jun 2007 09:08:00 -0000 1.2 *************** *** 7,11 **** #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); --- 7,10 ---- *************** *** 13,17 **** 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~; --- 12,15 ---- *************** *** 28,32 **** you cannot have values>1 stored in the delay-line; #X obj 375 112 vd~; #X connect 0 0 3 0; ! #X connect 3 0 10 0; ! #X connect 10 0 1 0; --- 26,32 ---- 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 20 0; ! #X connect 20 0 1 0;
Index: tab16read-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/help/tab16read-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tab16read-help.pd 12 Jan 2007 22:18:34 -0000 1.1 --- tab16read-help.pd 1 Jun 2007 09:07:59 -0000 1.2 *************** *** 8,12 **** #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; --- 8,11 ---- *************** *** 23,27 **** 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; --- 22,27 ---- of [tab16read] is limited to integer-values between -32768..+32767 ; ! #X obj 25 165 tab16read array99; ! #X connect 1 0 20 0; ! #X connect 6 0 20 0; ! #X connect 20 0 2 0;
Index: tab16send~-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/help/tab16send~-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tab16send~-help.pd 12 Jan 2007 22:18:34 -0000 1.1 --- tab16send~-help.pd 1 Jun 2007 09:07:59 -0000 1.2 *************** *** 1,3 **** --- 1,4 ---- #N canvas 151 91 705 277 12; + #X obj 328 221 table16; #X text 113 26 writes one block of a signal continuously to an array ; *************** *** 12,16 **** #X obj 204 216 tab16send~; #X obj 204 235 tab16receive~; - #X obj 328 221 table16; #X text 17 195 see also:; #X text 14 137 16bit-signals are limited to 65536 values between -1.0..+1.0 --- 13,16 ----
Index: tab16play~-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/help/tab16play~-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tab16play~-help.pd 12 Jan 2007 22:18:34 -0000 1.1 --- tab16play~-help.pd 1 Jun 2007 09:07:59 -0000 1.2 *************** *** 26,30 **** #X msg 25 199 44100 1000; #X text 103 198 play from 44100 through 45099 (1000 samples); - #X obj 11 228 tab16play~ array99; #X obj 589 205 table16 array99; #X text 389 444 updated for iem16 version1.0; --- 26,29 ---- *************** *** 42,46 **** #X text 11 417 see also:; #X text 108 14 play a 16bit-table as a sample (non-transposing); ! #X connect 2 0 26 0; #X connect 5 0 1 0; #X connect 7 0 17 0; --- 41,46 ---- #X text 11 417 see also:; #X text 108 14 play a 16bit-table as a sample (non-transposing); ! #X obj 11 228 tab16play~ array99; ! #X connect 2 0 39 0; #X connect 5 0 1 0; #X connect 7 0 17 0; *************** *** 49,56 **** #X connect 10 0 8 0; #X connect 17 0 6 0; ! #X connect 18 0 26 0; ! #X connect 19 0 26 0; ! #X connect 20 0 26 0; ! #X connect 24 0 26 0; ! #X connect 26 0 5 0; ! #X connect 26 0 7 0; --- 49,56 ---- #X connect 10 0 8 0; #X connect 17 0 6 0; ! #X connect 18 0 39 0; ! #X connect 19 0 39 0; ! #X connect 20 0 39 0; ! #X connect 24 0 39 0; ! #X connect 39 0 5 0; ! #X connect 39 0 7 0;
Index: tab16receive~-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/help/tab16receive~-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tab16receive~-help.pd 12 Jan 2007 22:18:34 -0000 1.1 --- tab16receive~-help.pd 1 Jun 2007 09:07:59 -0000 1.2 *************** *** 1,3 **** --- 1,4 ---- #N canvas 109 83 646 239 12; + #X obj 328 181 table16; #X text 17 53 creation argument: name of array; #X text 16 83 By default a block is 64 samples ; this can be reset *************** *** 11,15 **** #X obj 204 176 tab16send~; #X obj 204 195 tab16receive~; - #X obj 328 181 table16; #X text 17 155 see also:; #X text 129 18 - read a block of a 16bit-signal from an array continuously --- 12,15 ----
Index: tab16write~-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/help/tab16write~-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tab16write~-help.pd 12 Jan 2007 22:18:34 -0000 1.1 --- tab16write~-help.pd 1 Jun 2007 09:08:00 -0000 1.2 *************** *** 12,21 **** #X text 85 154 stop recording; #X text 385 366 updated for iem16 version1.0; - #X obj 14 343 tab16write~; - #X obj 14 362 tab16read4~; - #X obj 118 362 tab16read; - #X obj 118 343 tab16write; - #X obj 213 343 tab16send~; - #X obj 213 362 tab16receive~; #X obj 337 348 table16; #X text 26 322 see also:; --- 12,15 ---- *************** *** 26,32 **** #X text 261 261 since [table16] can only hold 16bit-values , the incoming signal (-1.0..+1.0) is stored as integer values -32768..+32767; ! #X connect 0 0 20 0; #X connect 1 0 2 0; ! #X connect 2 0 20 0; ! #X connect 4 0 20 0; ! #X connect 9 0 20 0; --- 20,32 ---- #X text 261 261 since [table16] can only hold 16bit-values , the incoming signal (-1.0..+1.0) is stored as integer values -32768..+32767; ! #X obj 14 343 tab16write~; ! #X obj 14 362 tab16read4~; ! #X obj 118 362 tab16read; ! #X obj 118 343 tab16write; ! #X obj 213 343 tab16send~; ! #X obj 213 362 tab16receive~; ! #X connect 0 0 14 0; #X connect 1 0 2 0; ! #X connect 2 0 14 0; ! #X connect 4 0 14 0; ! #X connect 9 0 14 0;
Index: del16read~-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/help/del16read~-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** del16read~-help.pd 12 Jan 2007 22:18:34 -0000 1.1 --- del16read~-help.pd 1 Jun 2007 09:07:59 -0000 1.2 *************** *** 14,18 **** #X text 372 290 2nd argument: (initial) delay time in ms; #X text 36 443 see also:; - #X obj 116 286 del16read~ del_example 1000; #X obj 383 226 del16write~ del_example 1000; #X obj 24 16 del16read~; --- 14,17 ---- *************** *** 32,36 **** #X obj 400 489 vd~; #X text 433 443 updated for iem16 version1.0; ! #X connect 1 0 14 0; #X connect 4 0 11 0; #X connect 5 0 6 0; --- 31,36 ---- #X obj 400 489 vd~; #X text 433 443 updated for iem16 version1.0; ! #X obj 116 286 del16read~ del_example 1000; ! #X connect 1 0 28 0; #X connect 4 0 11 0; #X connect 5 0 6 0; *************** *** 38,41 **** #X connect 7 0 9 0; #X connect 8 0 5 0; ! #X connect 11 0 15 0; ! #X connect 14 0 5 0; --- 38,41 ---- #X connect 7 0 9 0; #X connect 8 0 5 0; ! #X connect 11 0 14 0; ! #X connect 28 0 5 0;
Index: tab16read4~-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/help/tab16read4~-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tab16read4~-help.pd 12 Jan 2007 22:18:34 -0000 1.1 --- tab16read4~-help.pd 1 Jun 2007 09:07:59 -0000 1.2 *************** *** 15,19 **** ; #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; --- 15,18 ---- *************** *** 31,39 **** #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 connect 2 0 7 0; #X connect 3 0 2 0; ! #X connect 4 0 12 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; --- 30,39 ---- #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 24 0; #X connect 5 0 4 0; #X connect 6 0 3 0; ! #X connect 9 0 24 0; ! #X connect 24 0 2 0;
Index: del16write~-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/help/del16write~-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** del16write~-help.pd 12 Jan 2007 22:18:34 -0000 1.1 --- del16write~-help.pd 1 Jun 2007 09:07:59 -0000 1.2 *************** *** 8,12 **** #X text 24 292 see also:; #X obj 24 16 del16write~; ! #X obj 112 294 delread16~; #X obj 209 294 vd16~; #X text 16 353 similar pd-objects:; --- 8,12 ---- #X text 24 292 see also:; #X obj 24 16 del16write~; ! #X obj 112 294 del16read~; #X obj 209 294 vd16~; #X text 16 353 similar pd-objects:;
Index: tab16write-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/help/tab16write-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tab16write-help.pd 12 Jan 2007 22:18:34 -0000 1.1 --- tab16write-help.pd 1 Jun 2007 09:08:00 -0000 1.2 *************** *** 8,14 **** #X msg 55 117 set array99; #X text 163 116 change array name; #X obj 39 195 tab16write array99; #X obj 31 27 tab16write; - #X text 388 378 updated for iem16 version1.0; #X obj 17 355 tab16write~; #X obj 17 374 tab16read4~; --- 8,20 ---- #X msg 55 117 set array99; #X text 163 116 change array name; + #X text 388 378 updated for iem16 version1.0; + #X obj 340 360 table16; + #X obj 438 156 table16 array99; + #X text 133 28 write numbers to a 16bit-table; + #X text 20 256 since [table16] can only hold 16bit-values , the stored + numbers have to be integer (ok , we take care of this!) values between + -32768..+32767.; #X obj 39 195 tab16write array99; #X obj 31 27 tab16write; #X obj 17 355 tab16write~; #X obj 17 374 tab16read4~; *************** *** 17,28 **** #X obj 216 355 tab16send~; #X obj 216 374 tab16receive~; - #X obj 340 360 table16; #X text 29 334 see also:; ! #X obj 438 156 table16 array99; ! #X text 133 28 write numbers to a 16bit-table; ! #X text 20 256 since [table16] can only hold 16bit-values , the stored ! numbers have to be integer (ok , we take care of this!) values between ! -32768..+32767.; ! #X connect 0 0 8 0; ! #X connect 1 0 8 1; ! #X connect 6 0 8 0; --- 23,28 ---- #X obj 216 355 tab16send~; #X obj 216 374 tab16receive~; #X text 29 334 see also:; ! #X connect 0 0 13 0; ! #X connect 1 0 13 1; ! #X connect 6 0 13 0;