dear list
does somebody know how to open a abstactions with arguments (like abstaction ch1) with the pd open message? I succesed to open a normal abstaction without $1 used in the first depth. like samper.pd. It is: pd open sampler.pd and then your path. But how do i open a second samper.pd? Like "sampler channel1"?
My final aim is to create a whole setting with pd open messages with loadbang. Its beacuse I dont want to click every time I open my masterpatch on each abstaction box... I am so lazy...
cheers miyazaki_s
if you save the master patch while the abstractions are open, they should reopen when you next load it..
i think..
pix.
On Sat, 4 Oct 2003 15:27:52 +0200 Shintaro Miyazaki shintaro.miyazaki@stud.unibas.ch wrote:
dear list
does somebody know how to open a abstactions with arguments (like abstaction ch1) with the pd open message? I succesed to open a normal abstaction without $1 used in the first depth. like samper.pd. It is: pd open sampler.pd and then your path. But how do i open a second samper.pd? Like "sampler channel1"?
My final aim is to create a whole setting with pd open messages with loadbang. Its beacuse I dont want to click every time I open my masterpatch on each abstaction box... I am so lazy...
cheers miyazaki_s
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Am Samstag, 04.10.03, um 17:23 Uhr (Europe/Zurich) schrieb marius schebella:
I think you cannot pass arguments with the open
I hope its possible..
command. but you can either try to use $0-variables inside the abstraction
what are $0 variables?
if you save the master patch while the abstractions are open, they should reopen when you next load it..
i think..
pix.
doesnt work... anyway if have several instances of one abstraction it saves just one window-position. (i.e corner-upperleft of your screen.)
cheers miyazaki s
by the way does somebody know the exact meaning of these koordinates? Can I specify at which position the window (patch/abstraction is gonna open)?
hi, $0 is replaced by a unique identifier (number) in your patch. so you can use send / receive inside an abstraction without problems (if you do not use $0, then a send message is sent to all receive-objects with the same name in all opened abstractions. for arrays you can also use $0: table $0-myname). marius.
----- Original Message ----- From: "Shintaro Miyazaki" shintaro.miyazaki@stud.unibas.ch To: "pix" pix@test.at; marius.schebella@chello.at Cc: pd-list@iem.kug.ac.at Sent: Saturday, October 04, 2003 6:01 PM Subject: Re: [PD] pd-open..
Am Samstag, 04.10.03, um 17:23 Uhr (Europe/Zurich) schrieb marius schebella:
I think you cannot pass arguments with the open
I hope its possible..
command. but you can either try to use $0-variables inside the abstraction
what are $0 variables?
if you save the master patch while the abstractions are open, they should reopen when you next load it..
i think..
pix.
doesnt work... anyway if have several instances of one abstraction it saves just one window-position. (i.e corner-upperleft of your screen.)
cheers miyazaki s
by the way does somebody know the exact meaning of these koordinates? Can I specify at which position the window (patch/abstraction is gonna open)?
On Saturday, Oct 4, 2003, at 12:01 America/New_York, Shintaro Miyazaki wrote:
Am Samstag, 04.10.03, um 17:23 Uhr (Europe/Zurich) schrieb marius schebella:
I think you cannot pass arguments with the open
I hope its possible..
command. but you can either try to use $0-variables inside the abstraction
what are $0 variables?
A variable to make names local to a patch/abstraction.
if you save the master patch while the abstractions are open, they should reopen when you next load it..
i think..
pix.
doesnt work... anyway if have several instances of one abstraction it saves just one window-position. (i.e corner-upperleft of your screen.)
cheers miyazaki s
by the way does somebody know the exact meaning of these koordinates?
The canvas coordinates are:
Xlocation Ylocation Xsize Ysize
Can I specify at which position the window (patch/abstraction is gonna open)?
Probably with toxy.
.hc
Actually, this thread just reminded me about the 2.open_close patch in the pd-msg docs. In it, its got [; pd open abstraction.pd .( and [; pd pd-abstraction.pd menuclose( but neither work. I was able to get [;pd open abstraction.pd .( to work in one patch, but then I couldn't reproduce it.
Does anyone know how this works?
.hc
On Sunday, Oct 5, 2003, at 23:15 America/New_York, Hans-Christoph
Steiner wrote:
On Saturday, Oct 4, 2003, at 12:01 America/New_York, Shintaro Miyazaki
wrote:Am Samstag, 04.10.03, um 17:23 Uhr (Europe/Zurich) schrieb marius
schebella:I think you cannot pass arguments with the open
I hope its possible..
command. but you can either try to use $0-variables inside the
abstractionwhat are $0 variables?
A variable to make names local to a patch/abstraction.
if you save the master patch while the abstractions are open, they
should reopen when you next load it..i think..
pix.
doesnt work... anyway if have several instances of one abstraction it saves just one
window-position. (i.e corner-upperleft of your screen.)cheers miyazaki s
by the way does somebody know the exact meaning of these koordinates?
The canvas coordinates are:
Xlocation Ylocation Xsize Ysize
Can I specify at which position the window (patch/abstraction is
gonna open)?Probably with toxy.
.hc
There is no way to peace, peace is the way.
-A.J. Muste
you have to put the whole path in the pd-open message..
like:
;
pd open 4watt.pd
/Users/miyazaki/pd/pd_patches/my_patches/my_pure_data/thelib/watt;
cheers miyazaki_s
is there a OSX version of toxy? If no, how can I make one? Did you include it in your new release?
Am Montag, 06.10.03, um 05:59 Uhr (Europe/Zurich) schrieb
Hans-Christoph Steiner:
Actually, this thread just reminded me about the 2.open_close patch in
the pd-msg docs. In it, its got [; pd open abstraction.pd .( and [; pd
pd-abstraction.pd menuclose( but neither work. I was able to get [;pd
open abstraction.pd .( to work in one patch, but then I couldn't
reproduce it.Does anyone know how this works?
.hc
<2.open_close.pd><abstraction.pd>
On Sunday, Oct 5, 2003, at 23:15 America/New_York, Hans-Christoph
Steiner wrote:On Saturday, Oct 4, 2003, at 12:01 America/New_York, Shintaro
Miyazaki wrote:Am Samstag, 04.10.03, um 17:23 Uhr (Europe/Zurich) schrieb marius
schebella:I think you cannot pass arguments with the open
I hope its possible..
command. but you can either try to use $0-variables inside the
abstractionwhat are $0 variables?
A variable to make names local to a patch/abstraction.
if you save the master patch while the abstractions are open, they
should reopen when you next load it..i think..
pix.
doesnt work... anyway if have several instances of one abstraction it saves just
one window-position. (i.e corner-upperleft of your screen.)cheers miyazaki s
by the way does somebody know the exact meaning of these koordinates?
The canvas coordinates are:
Xlocation Ylocation Xsize Ysize
Can I specify at which position the window (patch/abstraction is
gonna open)?Probably with toxy.
.hc
There is no way to peace, peace is the way. -A.J. Muste
On Monday, Oct 6, 2003, at 04:21 America/New_York, Shintaro Miyazaki
wrote:
you have to put the whole path in the pd-open message..
like: ; pd open 4watt.pd
/Users/miyazaki/pd/pd_patches/my_patches/my_pure_data/thelib/watt;
I got it to work in one patch using "." for the current directory, but
maybe that is flaky.
cheers miyazaki_s
is there a OSX version of toxy? If no, how can I make one? Did you include it in your new release?
toxy is included in my new release. Here's a complete listing:
http://www.pure-data.org/Members/hans/objects
.hc
Am Montag, 06.10.03, um 05:59 Uhr (Europe/Zurich) schrieb
Hans-Christoph Steiner:Actually, this thread just reminded me about the 2.open_close patch
in the pd-msg docs. In it, its got [; pd open abstraction.pd .( and [; pd
pd-abstraction.pd menuclose( but neither work. I was able to get
[;pd open abstraction.pd .( to work in one patch, but then I couldn't
reproduce it.Does anyone know how this works?
.hc
<2.open_close.pd><abstraction.pd>
On Sunday, Oct 5, 2003, at 23:15 America/New_York, Hans-Christoph
Steiner wrote:On Saturday, Oct 4, 2003, at 12:01 America/New_York, Shintaro
Miyazaki wrote:Am Samstag, 04.10.03, um 17:23 Uhr (Europe/Zurich) schrieb marius
schebella:I think you cannot pass arguments with the open
I hope its possible..
command. but you can either try to use $0-variables inside the
abstractionwhat are $0 variables?
A variable to make names local to a patch/abstraction.
if you save the master patch while the abstractions are open, they
should reopen when you next load it..i think..
pix.
doesnt work... anyway if have several instances of one abstraction it saves just
one window-position. (i.e corner-upperleft of your screen.)cheers miyazaki s
by the way does somebody know the exact meaning of these
koordinates?The canvas coordinates are:
Xlocation Ylocation Xsize Ysize
Can I specify at which position the window (patch/abstraction is
gonna open)?Probably with toxy.
.hc
There is no way to peace, peace is the way. -A.J. Muste
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
http://at.or.at/hans/
hi,
;pd-<canvasname> menuclose
this is a message for a canvas, not for the pd.
Btw, use with care -- it kills Pd, if several <canvasname> windows have been ';pd open'-ed
Krzysztof
Hans-Christoph Steiner wrote:
Actually, this thread just reminded me about the 2.open_close patch in the pd-msg docs. In it, its got [; pd open abstraction.pd .( and [; pd pd-abstraction.pd menuclose( but neither work. I was able to get [;pd open abstraction.pd
hi,
do you mean how to make the abstraction, you are using in your patch popup? you can do this with ;pd-nameofabstraction.pd vis 1 or if it is a subpatch: ;pd-nameofsubpatch. vis 1
to open a patch you have to send
;pd open yourabstraction.pd c:/yourpath i think if the abstraction is in the local folder, you can just type a point "." ;pd open test.pd .
marius.
----- Original Message ----- From: "Shintaro Miyazaki" shintaro.miyazaki@stud.unibas.ch To: pd-list@iem.kug.ac.at Sent: Saturday, October 04, 2003 3:27 PM Subject: [PD] pd-open..
dear list
does somebody know how to open a abstactions with arguments (like abstaction ch1) with the pd open message? I succesed to open a normal abstaction without $1 used in the first depth. like samper.pd. It is: pd open sampler.pd and then your path. But how do i open a second samper.pd? Like "sampler channel1"?
My final aim is to create a whole setting with pd open messages with loadbang. Its beacuse I dont want to click every time I open my masterpatch on each abstaction box... I am so lazy...
cheers miyazaki_s
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
It is: pd open sampler.pd and then your path. But how do i open a second samper.pd? Like "sampler channe
another possibility: I think you cannot pass arguments with the open command. but you can either try to use $0-variables inside the abstraction or "create" the abstraction inside your patch with ;pd-name-of-my-patch.pd obj 200 200 abstraction arg1 arg2
marius.