frontends was Re: building a mouse trap

_-¯-_ jdl at xdv.org
Mon Oct 2 19:47:55 CEST 2000


 |... yes; I've made it easier still (I hope) with the "-guicmd" option.
 |
 |I'll have to get on a Macintosh to see how variable sends and receives are
 |done there (I agree it's time to put them in!)... 

oke, in the meantime a quick plaster for receive only against x_connective.c
from  pd-0.31, ... it works sofar .. ;)

cd pd/src
patch x_connective.c x_connective.diff
make

-- 
X           Ð           V           .           o           r           G           
-------------- next part --------------
246a247,253
> static void receive_set(t_receive *x, t_symbol *s)
> {
>   pd_unbind(&x->x_obj.ob_pd, x->x_sym);
>   x->x_sym = s;
>   pd_bind(&x->x_obj.ob_pd, s);
> }
> 
294c301
<     	(t_method)receive_free, sizeof(t_receive), CLASS_NOINLET, A_SYMBOL, 0);
---
>     	(t_method)receive_free, sizeof(t_receive), 0, 0);
301a309
>     class_addmethod(receive_class, (t_method)receive_set, gensym("set"), A_SYMBOL, 0);


More information about the Pd-list mailing list