on writing externals in pd0.25_3

Johannes M ZMÖLNIG madman at sbox.tu-graz.ac.at
Thu Apr 15 20:34:17 CEST 1999


Cheers, Miller !

What happened to functions of the following type in release 0.25
    class_addmethod(any_class, anyfunction, gensym("float"), 0);
my externals wouldn't work until I changed it to
    class_addfloat(any_class, anyfunction);

Did you do this on purpose ( to distinguish between floats and
"float"-symbols) ?

--
Johannes M
   (forum für umläute)
Zmölnig





More information about the Pd-list mailing list