Re: [PD] Data structures: no object for freeing pointers?

2013-06-23 Thread João Pais
I'd like one day to understand how to implement DS into a GOP, it's a bit triky, then on a single window it's possible to have the whole interface. I wrote something about it in a thread some weeks ago: http://lists.puredata.info/pipermail/pd-list/2013-05/102819.html it's not really

Re: [PD] Data structures: no object for freeing pointers?

2013-06-21 Thread João Pais
ideal, but a compromise. Envoyé: Mardi 11 Juin 2013 11:25:23 Objet: Re: [PD] Data structures: no object for freeing pointers? On Die, 2013-06-11 at 11:00 +0200, Jan Baumgart wrote: I've been building a sequencer with data structs. But now I've come to a dead end, because there seems

Re: [PD] Data structures: no object for freeing pointers?

2013-06-21 Thread Patrice Colet
Colet Patrice - Mail original - De: João Pais jmmmp...@googlemail.com À: pd-list pd-list@iem.at, Patrice Colet colet.patr...@free.fr Envoyé: Vendredi 21 Juin 2013 10:00:58 Objet: Re: [PD] Data structures: no object for freeing pointers? Yes with visibility setting we can access

Re: [PD] Data structures: no object for freeing pointers?

2013-06-20 Thread João Pais
. Envoyé: Mardi 11 Juin 2013 11:25:23 Objet: Re: [PD] Data structures: no object for freeing pointers? On Die, 2013-06-11 at 11:00 +0200, Jan Baumgart wrote: I've been building a sequencer with data structs. But now I've come to a dead end, because there seems to be no object, that let's you

Re: [PD] Data structures: no object for freeing pointers?

2013-06-20 Thread Patrice Colet
but I don't how it's possible to fix limits to [drawnumber] De: João Pais jmmmp...@googlemail.com À: pd-list pd-list@iem.at, Patrice Colet colet.patr...@free.fr Envoyé: Jeudi 20 Juin 2013 11:09:26 Objet: Re: [PD] Data structures: no object for freeing pointers? One approach is to assign

[PD] Data structures: no object for freeing pointers?

2013-06-11 Thread Jan Baumgart
I've been building a sequencer with data structs. But now I've come to a dead end, because there seems to be no object, that let's you remove structs. The only way seems to be deleting them in the gui. Am I missing something here? cheers, Jan ___

Re: [PD] Data structures: no object for freeing pointers?

2013-06-11 Thread Roman Haefeli
On Die, 2013-06-11 at 11:00 +0200, Jan Baumgart wrote: I've been building a sequencer with data structs. But now I've come to a dead end, because there seems to be no object, that let's you remove structs. The only way seems to be deleting them in the gui. I think that is one of the

Re: [PD] Data structures: no object for freeing pointers?

2013-06-11 Thread Patrice Colet
Envoyé: Mardi 11 Juin 2013 11:25:23 Objet: Re: [PD] Data structures: no object for freeing pointers? On Die, 2013-06-11 at 11:00 +0200, Jan Baumgart wrote: I've been building a sequencer with data structs. But now I've come to a dead end, because there seems to be no object, that let's

Re: [PD] Data structures: no object for freeing pointers?

2013-06-11 Thread Miller Puckette
, Jun 11, 2013 at 03:04:10PM +0200, Patrice Colet wrote: Envoyé: Mardi 11 Juin 2013 11:25:23 Objet: Re: [PD] Data structures: no object for freeing pointers? On Die, 2013-06-11 at 11:00 +0200, Jan Baumgart wrote: I've been building a sequencer with data structs. But now I've come