[PD] It compiles but...

Mathieu Bouchard matju at artengine.ca
Thu Jun 30 08:44:26 CEST 2005


On Wed, 29 Jun 2005, Ed Kelly wrote:

> PS - how come [receive] doesn't have an inlet then?

it's CLASS_NOINLET :

class_new(gensym("receive"), (t_newmethod)receive_new, 
  (t_method)receive_free, sizeof(t_receive), CLASS_NOINLET, 
  A_DEFSYM, 0);

(from pd/src/x_connective.c)

,-o--------o--------o--------o-. ,---. irc.freenode.net #dataflow |
| The Diagram is the Program tm| | ,-o-------------o--------------o-.
`-o------------o-------------o-' | | Mathieu Bouchard (Montréal QC) |
  | téléphone:+1.514.383.3801`---' `-o-- http://artengine.ca/matju -'




More information about the Pd-list mailing list