Page 1 of 1
Float-Array to Sting & Back
Posted: Sat Jan 19, 2013 11:37 pm
by chackl
Hello!
i created a float-array to string module - so that you will be able to send a data Array through any string component (TCP Server or HTTP-Post)
Then you are able to convert this string back to a Float-Array
Regards
Re: Float-Array to Sting & Back
Posted: Sun Jan 20, 2013 3:58 pm
by trogluddite
Nice stuff - hell of a lot more compact than the standard CSV string conversion!
Been looking for something like this - I had been trying to do it using Ruby's binary packing, but regular string connectors just won't pass some of the 'non-printing' characters, so it's only any good for direct file accesses from within Ruby.
Thanks.

Re: Float-Array to Sting & Back
Posted: Sun Jan 20, 2013 10:55 pm
by chackl
well i also tried to do some ruby binary files - but
I use flowstron as they said i do not have to write any code

So i do so and i'm not a big fan of those ruby compnents - well i'm able to write and read them but i want to bring Users with no FS knowlage to this stuff and ruby is the wrong way i think. With those standartmodules in green you are able to get a better look on it and they neary have no preformace issue in green.
Senn on Audio DSP an ASM module is stim more powerfull than a ruby component. So at the momen i inly mach up with ruby in GUIs but only at shematics that wer created earlyer by other users

Next i'll work on a better preset Management of Arrays because if you write out an preset text to Array now they will explow the text preset file

Regards