On 26.05.2024 17:17, IOhannes m zmölnig wrote:
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);
+1