hi list,
how can i open/close a pd-subpatch with a bang?
thanks a lot, steve.
[bang( | [vis 1( | [s pd-mysubpatchname]
or
[bang( | [; pd-mysubpatchname vis 1(
or
take a look at pd-extended Help/Browse.../manuals/pd-msg/
c.u
On Sep 10, 2006, at 6:34 PM, pd wrote:
hi list, how can i open/close a pd-subpatch with a bang? thanks a lot, steve. _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
could you please send me a demo-patch!? or paste the complete script
thamks a lot, steve.
----- Original Message ----- From: "Enrique Erne" pd@mild.ch To: "pd" pd@name-x.de Cc: pd-list@iem.at Sent: Sunday, September 10, 2006 7:11 PM Subject: Re: [PD] how to open/close a pd-subpatch with a bang?
[bang( | [vis 1( | [s pd-mysubpatchname]
or
[bang( | [; pd-mysubpatchname vis 1(
or
take a look at pd-extended Help/Browse.../manuals/pd-msg/
c.u
On Sep 10, 2006, at 6:34 PM, pd wrote:
hi list,
how can i open/close a pd-subpatch with a bang?
thanks a lot, steve.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi, you can open/close with a toggle and an internal message: [bang] | [toggle] | [; pd-subpatch vis $1(
patco
pd pd@name-x.de a écrit : hi list,
how can i open/close a pd-subpatch with a bang?
thanks a lot, steve.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici.
Attached is a quick idiom for using dollarsigns, so that you don't end up opening every subpatch with the same name at once. As I'm sure you've read many times on this list, it is often advisable to give your sends/recieves, subpatches, and abstractions local scope with the dollarsign to prevent namespace clashes between multiple patches (since it's often the case that you'll use reuse the same descriptive names).
~Kyle
On 9/10/06, patco megalegoland@yahoo.fr wrote:
hi, you can open/close with a toggle and an internal message: [bang] | [toggle] | [; pd-subpatch vis $1(
patco
pd pd@name-x.de a écrit :
hi list,
how can i open/close a pd-subpatch with a bang?
thanks a lot, steve.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list