[PD] So far so failed on my part

Krzysztof Czaja czaja at chopin.edu.pl
Thu Aug 21 20:32:50 CEST 2003


hi Thomas,

Thomas Grill wrote:
...
 > signals. Signals can't have a default value defined inside the external.

why not?  I guess calling pd_float((t_pd *)x, default_value) for
the first inlet does the job, just like

in = inlet_new((t_object *)x, (t_pd *)x, &s_signal, &s_signal);
pd_float((t_pd *)in, another_default_value);

does for the rest of them?

Krzysztof





More information about the Pd-list mailing list