Re: [PD] Array Enhancements

2009-09-19 Thread Mathieu Bouchard
On Thu, 10 Sep 2009, Jonathan Wilkes wrote: You can get all of the above (except onMouseUp behavior) using data structures. Really, there should just be a way to deputize a ds array as a Pd array usable by [tabread] and the like. So if you have a subpatch with [struct blah float x array

Re: [PD] Array Enhancements

2009-09-19 Thread Jonathan Wilkes
--- On Sat, 9/19/09, Mathieu Bouchard ma...@artengine.ca wrote: From: Mathieu Bouchard ma...@artengine.ca Subject: Re: [PD] Array Enhancements To: Jonathan Wilkes jancs...@yahoo.com Cc: puredata mailing list pd-list@iem.at, Si Mills smi...@rootsix.net Date: Saturday, September 19, 2009, 8

Re: [PD] Array Enhancements

2009-09-19 Thread Mathieu Bouchard
On Sat, 19 Sep 2009, Jonathan Wilkes wrote: Do you mean a struct having *arrays* x, y, and z like: [struct foo array x x-element array y y-element array z z-element] ? No, sorry, just [struct foo float x float y float z] used as the template of an array. I thought that we were talking about

Re: [PD] Array Enhancements

2009-09-19 Thread Jonathan Wilkes
--- On Sat, 9/19/09, Mathieu Bouchard ma...@artengine.ca wrote: From: Mathieu Bouchard ma...@artengine.ca Subject: Re: [PD] Array Enhancements To: Jonathan Wilkes jancs...@yahoo.com Cc: puredata mailing list pd-list@iem.at, Si Mills smi...@rootsix.net Date: Saturday, September 19, 2009, 10

[PD] Array Enhancements

2009-09-10 Thread Si Mills
Hi Hans/DEv Tem I have a couple of ideas for the Array/Table object, mainly visual: Hide Array name - doesn't seem to be working. Would it be possible to limit the array vertically? This would make manually entering values for a sequencer more usable. Allow a step value for each slider, so

Re: [PD] Array Enhancements

2009-09-10 Thread Hans-Christoph Steiner
Hey Si, Lots of good ideas there. They are all possible, they would probably all require changes on the C side as well as the Tcl side, but nothing too bad. My dev activities right now are focused on tying up all the loose ends with the new GUI, so I won't be able to take on anything

Re: [PD] Array Enhancements

2009-09-10 Thread Jonathan Wilkes
--- On Thu, 9/10/09, Si Mills smi...@rootsix.net wrote: From: Si Mills smi...@rootsix.net Subject: [PD] Array Enhancements To: puredata mailing list pd-list@iem.at Date: Thursday, September 10, 2009, 11:14 AM Hi Hans/DEv Tem I have a couple of ideas for the Array/Table object, mainly