You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it can in this case (GEN27), but some (the FFT-based GENs) may need to be power-of-two because of the Radix-2 FFT used. We can change this in Csound 7 to use mix-radix FFTs.
One issue that arises when not using power-of-two sizes is the question of guard point type, which is defined indirectly via the table size (it may have been a great idea then, but it's a horrible one now). Basically, there is no way to specify an extended guardpoint for non-power-of-two sizes.
We will need to tackle that in Csound 7.
I think it is not any more true that function tables need to be power of two.
but still it is written in the manual, like for GEN27:
can it be removed?
The text was updated successfully, but these errors were encountered: