Am 9. Oktober 2023 18:22:11 MESZ schrieb Alexandre Torres Porres <[email protected]>: > >*var.c:80:22: **error: **assigning to 'float' from incompatible type >'t_float *'*
Well it's just what it says: you are trying to assign a `t_float*` value to a `t_float`. A `t_float` is some floating type, and it is not allowed to use it to store a pointer. What's the question? mfg.sfg.jfd IOhannes _______________________________________________ Pd-dev mailing list [email protected] https://lists.puredata.info/listinfo/pd-dev
