Hi all !
I'm trying to use [switch~] to fill-in an array instantly.
first thing I did is a test patch with a simple ramp [line~], but it doesn't work as I expected I've tried a lot of different stuff, changing the block size, and so on ... nothing goes.
My test patch is attached, so that you can test yourself ! The ramp should go from 0 to 500 in 3 seconds. The array is 3*44100, so it should contain the whole ramp exactly. I want to compute the whole thing at once, so I've set the block size to 3*44100 as well. What I have instead, is a full array, but the ramp only goes up to ~250 instead of 500
Can someone tell me what I am doing wrong ?
Thanks
Sébastien