hi all,
i've got a problem with message based patch generation ...
i'm using an abstraction with a subpatch, i want to create objects inside this subpatch. therefor i named the subpatch $0-something ... but when i do something like:
|ii $0| | |sprintf pd-%d-something| | |; $1 obj 100 100 catch~ test(
it returns:
"error: $1: not enough arguments supplied"
... i _can_ create the object when putting a namecanvas $0-something into the subpatch, but since it's declared obsolete, i suppose, there is another way ...
cheers ... tim