Re: [PD] programming messages

2011-08-26 Thread Jonathan Wilkes
Hello,
 Look in doc/manuals/pd-msg.  Specifically, a good cheat sheet is:
doc/manuals/pd-msg/1.msg_and_patch

You can also see them go by in a terminal window if you start pd with the flag:
-d 2


Just ignore the tcl canvas id at the beginning of the message-- everything 
following it should 

show you the message you would need to reconstruct whatever action you're 
performing inside 

the patch.  (As a hack, you can actually use that output with [qlist] to record 
and playback your own 

patching habits, which comes in handy for live coding. :)

-Jonathan



From: Фывапр Олджэвич tofuc...@inbox.ru
To: PD-list PD-list@iem.at
Sent: Friday, August 26, 2011 9:27 PM
Subject: [PD] programming messages


Hello !

Can anybody help to find exhaustive reference for programming messages in PD ?

For example, I know how to let PD to create file and open new canvas - it is 
by this message: 

[ ; pd filename mon-nouveau-patch.pd /tmp; #N canvas; #X pop 1; (

And how, for example, to load some abstractions or new objects into existing 
patch on the fly ? 

I tried this :  [ ; pd load myabstraction.pd (  

and others... but its not working.. i tried to find in help and tutorials - 
can't ... 

is there any info about further programming messages ?  

thank you !
 
___
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


Re: [PD] programming messages

2011-08-26 Thread Mathieu Bouchard

On Sat, 27 Aug 2011, Фывапр Олджэвич wrote:


For example, I know how to let PD to create file and open new canvas - it is by 
this message:
[ ; pd filename mon-nouveau-patch.pd /tmp; #N canvas; #X pop 1; (


c'est tout simplement

; pd open mon-nouveau-patch.pd /tmp

mais ce qui est emmerdant, c'est d'avoir à produire « mon-nouveau-patch.pd 
/tmp » à partir de « /tmp/mon-nouveau-patch.pd », quand il manque d'outils 
pour le faire.



Can anybody help to find exhaustive reference for programming messages in PD ?


http://puredata.info/docs/tutorials/TipsAndTricks#undocumented-pd-internal-messages

 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list