How to pass Argument(s) to newdefault to instantiate bpatcher
Duggle ...
Feb 02 2023 | 2:02 pm
var p = this.patcher
var maxObj = p.newdefault(100,100,"bpatcher","CCknob1.maxpat");
This puts the bpatcher from file into the patch but I need to set the arguments like I would if I was placing the bpatcher manually. In this case I have the Argument(s) field in the bpatcher Inspector is set to :
"@name Vol @CC 7"
How would I code to include arguments?
Thanks for any hints.