I'm using monorhythm and want to be able to send it messages of random lengths, ex. [1 2 0 0 1( or [1 1 0( determined randomly. I tried doing [1 1 1(--[set $1 $2 $3 $4 $5 $6(--[ ( but that just zeroes out the last three variables and spits an error message. I need something like Java's vectors. Any suggestions?
Thanks, Ian Smith-Heisters