[PD] Data Structures - Delete specific scalar?

2011-04-22 Thread JF
Is there any message based way to delete a scalar? As I presume what people usually do is select the graphic in the datawindow and delete it this way. I need to do this without the graphical selection. I'm currently using data structures just as a multi-dimensional storage object (the graphical

Re: [PD] Data Structures - Delete specific scalar?

2011-04-23 Thread JF
: Sat, 23 April, 2011 1:38:27 > Subject: Re: [PD] Data Structures - Delete specific scalar? > > unfortunately, that and many other basic things aren't possible with data-s >yet. there are a couple ways you could use to circumvent this limitation: > > - use a field for acti

Re: [PD] Data Structures - Delete specific scalar?

2011-04-28 Thread João Pais
Hi, I looked at your sequencer. I didn't play around with it, but I wonder if you are better off using an array instead of X scalars? As I suggested before, you can use a variable to decide if the data is active or not, it's not really necessary to erase it from the patch. Also on the gra