diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-03-22 03:58:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-03-22 03:58:40 +0000 |
commit | 22ea0383076d42739d9069256747ac43abc4f065 (patch) | |
tree | 2b6738b26e217ed5b01c43ba3c293eaa503bc375 | |
parent | 7acf49c6bee99a1cf788e93ff9b57d97051d0977 (diff) |
bytes2array is now rawbytes2array
svn path=/trunk/externals/moocow/pdstring/; revision=16092
-rw-r--r-- | src/raw-arraytest.pd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/raw-arraytest.pd b/src/raw-arraytest.pd index ecd09ad..2d353ba 100644 --- a/src/raw-arraytest.pd +++ b/src/raw-arraytest.pd @@ -18,12 +18,12 @@ #X msg 491 145 cat; #X msg 523 143 dog; #X obj 430 194 list prepend 0; -#X obj 430 220 bytes2array array1; +#X obj 430 220 rawbytes2array array1; #X msg 385 159 data; #X msg 555 143 data; -#X obj 274 302 array2bytes array1; +#X obj 274 302 array2rawbytes array1; #X msg 274 278 get 0 -1; -#X obj 224 330 print array2bytes; +#X obj 224 330 print array2rawbytes; #X obj 558 196 print any2bytes; #X obj 358 402 print bytes2any; #X msg 411 89 this_is_a_test!!; |