[PD] How to create abstraction without it popping up

ailo ailo.at at gmail.com
Fri Mar 26 06:44:50 CET 2010


Jonathan Wilkes wrote:
>
> 1) Make a new patch and save it as "container" in folder named "folder"
> 2) In patch "container" put a [namecanvas $1-c], save and close.
> 3) Make a new patch named "test" and save it in "folder"
> 4) Now in patch "test" do this:
> [obj 20 20 container 1, obj 20 80 container 2(
> |
> [s pd-test.pd]
> 5) Now you've got two "container" objects, one with an argument of "1", 
> and one with an argument of "2". To create objects inside [container 1], 
> you can now take advantage of the [namecanvas] object you created earlier: 
> [obj 20 20 osc~ 440(
> |
> [s 1-c] <- this goes to the first abstraction but not the second one.
>
> Hope that helps.
> -Jonathan
>
>
>   

[namecanvas] will do the trick.
Thanks.




More information about the Pd-list mailing list