Im trying to make an external that turns sample values into zeros or whatever value they were. My problem is initializing an array in the xxxxx_tilde_new portion of the code. I need the blocksize (and any other help you can offer).
http://www.aproximation.com/fftseg.php
The object should have one inlet and one outlet. The inlet takes a sample and control messages: set, unset, mark, clear. The outlet is the modified sample.
Thanks for the help! -thenewbie oh, I mean -thewade
example (ascii art time!): [fft~] [clear, set 3, set 4 < | /------/ |/ [fftseg~] | [ifft~]
sample: 0.1 10 32 0.2 1.1 32.3 x_proceed: 0 0 0 1 1 0 output: 0 0 0 0.2 1.1 0