[PD] customizing the new Pd GUI, some examples

Mathieu Bouchard matju at artengine.ca
Wed Sep 2 20:09:43 CEST 2009


On Tue, 1 Sep 2009, Hans-Christoph Steiner wrote:

> First try throwing extra ints in the #X connect messages in  a .pd file, and 
> see if that works.  Then try getting those ints in Pd.

this is the signature for the connect messages:

> g_editor.c:        gensym("connect"), A_FLOAT, A_FLOAT, A_FLOAT, A_FLOAT, 
> A_NULL);

this means that $1,$2,$3,$4 have to be floats, and furthermore, $5 must 
not exist.

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801


More information about the Pd-list mailing list