On Wed, 21 Aug 2002, Kjetil S. Matheussen wrote:
the fftr4_ functions take floats, so i need to convert from pointer to float, and then again from float to pointer. thanks in advance to anybody who can help me! i'm just not sure how to do this.
I'm new to this list, and pd, but i know a bit c. Sorry if this is totally unreleated, but is this going to help you?
for(set=0; set<=255; set++) { aleftout[set]=*(in1++); /*brings in 256 samples from input*/ arightout[set]=*(in2++); }
Seems more logical...
Ehm. Please ignore that post. ;) I thought of something else.