[PD] convolution code error

Kjetil S. Matheussen k.s.matheussen at notam02.no
Thu Aug 22 14:09:21 CEST 2002


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.


-- 






More information about the Pd-list mailing list