Quoting beau <[EMAIL PROTECTED]>: > Is it possible to send PD a variable at startup. I.E. I want to create > a patch that loads a simple model. The catch is I want to send the > model to load at start of pd.
you can send a message that can be [receive]d e.g. pd -send "modelpath /tmp" patch.pd and patch.pd containing: [r modelpath] | fmgasd.r# IOhannes ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
