[PD] Delete scalars

Miller Puckette mpuckett at imusic1.ucsd.edu
Sat Jun 14 20:24:51 CEST 2008


I'm thinking about making a message to "pointer" that deletes the object
after the pointed-to one (thus leaving the pointer itself unchanged) --
the gotch is that it would "stalify" all other pointers to the list, at
least as things are currently implemented.

As far as I know, there's no way at present to do it, short of copying the
entire list out to another window and selectively copying back to the
original one.

cheers
Miller
On Sat, Jun 14, 2008 at 03:07:07PM +0200, Hans-Christoph Steiner wrote:
> 
> Try searching the mailing list archives on this one.  I don't think  
> it is possible, except for doing it by simlulating mouse motions with  
> messages.
> 
> .hc
> 
> On Jun 13, 2008, at 1:36 AM, Lau Llobet wrote:
> 
> >
> >I'm building some grafics in my pd project.
> >
> >I add some objects with the [append] but i need to erase them, i  
> >have found no way to delete them except by using  " ; pd patch-data  
> >clear " message  or array resizing , non of them is usefull to me  
> >because i need to erase some of them with no order.
> >I've read that "Pointers are "safe": if you delete a scalar  
> >pointers to it are marked invalid." so i think there'll be a way to  
> >delete scalars , in fact i can do it manually with a Ctrl-X.
> >Is there any way to do it ?
> >
> > thank you very much !.
> >
> >_______________________________________________
> >Pd-list at iem.at mailing list
> >UNSUBSCRIBE and account-management -> http://lists.puredata.info/ 
> >listinfo/pd-list
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------ 
> ----
> 
> 'You people have such restrictive dress for women,? she said,  
> hobbling away in three inch heels and panty hose to finish out  
> another pink-collar temp pool day.  - ?Hijab Scene #2", by Mohja Kahf
> 
> 

> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list





More information about the Pd-list mailing list