Am 26. Mai 2024 16:00:58 MESZ schrieb Christof Ressi info@christofressi.com:
I'd agree that the costable size could be increased. I
/* the cos table */ EXTERN float *pd_cos_table;
I would prefer if we made this a read-only getter function:
``` EXTERN const float *pd_cos_table(void); ```
Alternatively, we can break source compatibility and remove cos_table altogether, but keep exporting it "secretely", like we do with the error() function.
+1
mfg.sfg.jfd IOhannes