[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

[PD] Data structures: Detect array changes

2013-06-11 Thread Roman Haefeli
Hi all Actually, the same question applies to normal tables as well, but I know that plain Pd does not provide a way to detect changes, whereas Pd-l2ork does. What about data structure arrays? Is there some hidden way to detect changes? I can detect clicks, but I found nothing else. Roman

[PD] Data Structures: Lower and upper bound for graphical arrays

2013-06-11 Thread Roman Haefeli
On a related note, is there a way to limit y for arrays with mutable y? If there'd be a way to detect changes, this would be actually easy to implement. Roman ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] [rjdj] abstraction?

2013-06-11 Thread Joe White
Hey Dan, It sounds like it could have been an abstraction to handle some functionality of the app way back in the early days i.e. recording. It's definitely legacy code. To be honest, some parts of the rjlib aren't really that necessary any more. For me most useful part of rjlib is all the dsp

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

[PD] parsing XML

2013-06-11 Thread Iain Mott
Hi list, I have a string2any object which is outputting XML that mostly looks like this when sent to a print object: print: updatesource id='1' level='-86.6183'//update print: updatesource id='1' level='-87.9314'//update print: updatesource id='1' level='-85.5559'//update print: updatesource

Re: [PD] GEM: texture on transparent sphere visible from opposite side

2013-06-11 Thread Jack
Le 09/06/2013 08:48, Matthias Kronlachner a écrit : On 6/8/13 5:20 PM, Claude Heiland-Allen wrote: Hi, On 08/06/13 14:48, Matthias Kronlachner wrote: i have a texture on a sphere and slightly add transparency to the sphere. i can now see objects behind the sphere, but is it possible to make

Re: [PD] Data Structures: Lower and upper bound for graphical arrays

2013-06-11 Thread Jonathan Wilkes
From: Roman Haefeli reduz...@gmail.com To: pd-list pd-list@iem.at Sent: Tuesday, June 11, 2013 6:02 AM Subject: [PD] Data Structures: Lower and upper bound for graphical arrays On a related note, is there a way to limit y for arrays with mutable y? If there'd

Re: [PD] parsing XML

2013-06-11 Thread Jack
Le 11/06/2013 13:56, Iain Mott a écrit : Hi list, I have a string2any object which is outputting XML that mostly looks like this when sent to a print object: print: updatesource id='1' level='-86.6183'//update print: updatesource id='1' level='-87.9314'//update print: updatesource id='1'

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

2013-06-11 Thread Miller Puckette
I find the data structure deign extremely limited and have been thinking for years about how to make it more powerful. I have a rather weak idea about alowing deletion of individual items in lists that I'm planning to try out in the run-up to the next release - not that that can help you right

Re: [PD] parsing XML

2013-06-11 Thread Iain Mott
Maybe, something like that could help ? (patch attached to this mail). Thank you!!! Iain ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Data Structures: Lower and upper bound for graphical arrays

2013-06-11 Thread Roman Haefeli
On Die, 2013-06-11 at 08:37 -0700, Jonathan Wilkes wrote: __ From: Roman Haefeli reduz...@gmail.com To: pd-list pd-list@iem.at Sent: Tuesday, June 11, 2013 6:02 AM Subject: [PD] Data Structures: Lower and upper bound for

[PD] how to have multiple transports with only one clock

2013-06-11 Thread Billy Stiltner
have a midi transport that sends a midi clock signal plus masterclock and it is used as a control in more than one place with or without patches that have it also to get them to not trigger each other when you start from one transport , send $0-masterbpm to where $0-masterbpm is needed in the

[PD] Pd preferences dialog

2013-06-11 Thread Jonathan Wilkes
Hi List, I'm nearly finished with a gui tab for the Pd preferences dialog I'm working on. Question: I (currently) have three notebook (tab) panes in the dialog: one for Audio, one for Midi and one for GUI.  For GNU/Linux (and probably Windows) I have a Close button at the bottom right of

Re: [PD] PD-extended getting corrupted on Mac OS X

2013-06-11 Thread Brian Perez
Hey thanks a lot! That solved some of the problem. I am not getting crashes. However, the patch won't load any [breakpoints~] from tof, but I can open the help file and then copy and paste THAT [breakpoint~] to my patch and it works. Until I close and reopen. Any ideas? Thanks Brian On Jun

[PD] archiving synth-fractalsequencer at archive.org

2013-06-11 Thread Billy Stiltner
anyone ever tried that? https://archive.org/details/Xensynth10.01 you heard it here first, if I can find a better place than google drive to mirror the 27or so MB zippedup whore of a synthesizer and fractal sequencer ___ Pd-list@iem.at mailing list