On 06/10/2012 11:03 AM, Фывапр Олджэвич wrote:
Hi , O1iver !
thanks. Yes - the second picture - is what i need. But I use [soundfiler] to open soundfile .. And it needs a message like:
[bang( | [openpanel] | [ read -resize $1 $0-tab ( | [soundfiler]
So the problem is that i have an array called [$0-tab] , but the [soundfiler] doesn't write anything to it .
It seems that message simply can't get with $0-things ??
yes. this has been discussed numerous times on and off list, please see the archives.
the solution is to use object-boxes to do the $0-expansion, something like:
[bang( | [openpanel] | [pack s $0] | [read -resize $1 $2-tab( | [soundfiler]
fgmasrd IOhannes