Hi there !
I'm using the message [read resize $1 Audio] just after an Openpanel object to read a sound in an array named Audio with the object tabread4~ Audio.
It's working great and I want to use my patch as an abstraction but I've issue with the use of $0.
I 've named my array $0-Audio, I've writen tabread4~ $0-Audio and [read -resize $1 $0-Audio]. Pd send me "0-Audio : no such table".
I don't understand what I have to write in the message [read -resize] to solve the problem.
If someone could help me for this, it will be nice.
I'm new here, I've created a account just to ask this because I've not found a real response about this in particular.