Request- float arrays to stereo mem
Posted: Mon Jan 28, 2013 10:43 pm
Hey folk,
Back after a sucky summer where my house burnt down.
Anyway-
I manged to build a float array recorder that doesn't click--
taking 1 second float arrays with 'mono to graph' and appending them.
Ruby is suffient to give one second interval ticks.
The jury is still out as to how much RAM it is using.
I have different result on my desktop-- it use no RAM possibly.
As this is working,
I need to ask for a prim that will turn 2 float arrays into a stereo mem.
I don't want to render the data with
'wave write stereo',
it takes time, whereas the float array should be available immediately.
Cheers!
Back after a sucky summer where my house burnt down.
Anyway-
I manged to build a float array recorder that doesn't click--
taking 1 second float arrays with 'mono to graph' and appending them.
Ruby is suffient to give one second interval ticks.
The jury is still out as to how much RAM it is using.
I have different result on my desktop-- it use no RAM possibly.
As this is working,
I need to ask for a prim that will turn 2 float arrays into a stereo mem.
I don't want to render the data with
'wave write stereo',
it takes time, whereas the float array should be available immediately.
Cheers!