Bugs item #1060124, was opened at 2004-11-04 10:54 Message generated for change (Comment added) made by ggeiger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1060124...
Category: puredata Group: None Status: Open Resolution: None Priority: 5 Submitted By: Guenter Geiger (ggeiger) Assigned to: Nobody/Anonymous (nobody) Summary: tabreceive reads over buffer
Initial Comment: I was trying to use tabreceive in order to do zero padding in an FFT application. The easy way to do this would be to have an array that is smaller than the blocksize and having the rest of the block filled by zeros.
Unfortunately tabreceive does not fill the array with zeros, and more than that, it reads over the array buffer.
----------------------------------------------------------------------
Comment By: Guenter Geiger (ggeiger)
Date: 2004-11-04 11:02
Message: Logged In: YES user_id=430561
Sorry, this is actually not true, it doesn't read over the buffer but it leaves the rest of the signal in an unknown state.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1060124...