Re: [PD] array define read from file does not auto resize array

2015-07-11 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I guess, your textfile seems to contain only one (or several) line with floats. A better way could be : [read filename, rewind, bang( | [textfile] | [t l l] | | | [list length] | | | [array size arrayname] | [array set arrayname] Dont

Re: [PD] c.wavesel~ Was: [filterview~]. Was: Wavesel~ external preview available as deken-type distribution. (Fred Jan Kraan)

2015-07-11 Thread Pierre Guillot
Hi, > Currently I invalidate a layer and start by > greating a new one. Is this the correct way, or are they reusable in a way? Yes, in fact when you create a layer for the 1st time, the function allocates a layer. If the layer already exists but has been invalidated the function returns the old

Re: [PD] c.wavesel~ Was: [filterview~]. Was: Wavesel~ external preview available as deken-type distribution. (Fred Jan Kraan)

2015-07-11 Thread Pierre Guillot
Hi (sorry the message wasn't finished), > Currently I invalidate a layer and start by > greating a new one. Is this the correct way, or are they reusable in a way? Yes, in fact when you create a layer for the 1st time, the function allocates a layer. If the layer already exists but has been in

Re: [PD] array define read from file does not auto resize array

2015-07-11 Thread Billy Stiltner
I guess, your textfile seems to contain only one (or several) line > with floats. > A better way could be : > > yes , the textfiles were saved through array the data was originally a space delimited list of floats sent from javascript->JAVA->TCP->FUDI->[array set] then saved by the [write filename(

Re: [PD] array define read from file does not auto resize array

2015-07-11 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 11/07/2015 23:35, Billy Stiltner a écrit : > > > > > I guess, your textfile seems to contain only one (or several) line > with floats. A better way could be : > > yes , the textfiles were saved through array the data was > originally a space d