[PD] Idiomatic Pd

Chris McCormick chris at mccormick.cx
Tue Jul 29 04:49:22 CEST 2008


On Sun, Jul 27, 2008 at 06:34:05PM -0700, Luke Iannini wrote:
> * Sends and Receives are written in camelCase, with "R" appended to
> complementary receives (e.g. in GUIs, $0mySlider for the send and
> $0mySliderR for the receive)

Will this even work? I think sends and receives have to be named the
same to work.

> * When prepending $0 to a symbol, only add a "-" to separate it from
> another number, like [r $0-1stSend].  Otherwise the symbol should
> immediately follow, like [r $0mySend].

I like using a forward slash ("/") since this is forwards compatable
with the day when OSC externals make it into Vanilla Pd. ;)

The other suggestions sound good to me.

Best,

Chris.

-------------------
http://mccormick.cx




More information about the Pd-list mailing list