Update of /cvsroot/pure-data/externals/iem/comport/comport In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443
Modified Files: comport.c Log Message: iohannes said i have to do a splash text, so i did .....
Index: comport.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/comport/comport/comport.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** comport.c 27 Oct 2005 11:17:04 -0000 1.3 --- comport.c 7 Nov 2005 10:39:29 -0000 1.4 *************** *** 950,953 **** --- 950,955 ---- 0, A_DEFFLOAT, A_DEFFLOAT, 0);
+ + class_addfloat(comport_class, (t_method)comport_float);
*************** *** 982,986 **** null_tv.tv_usec = 0; #endif } - - --- 984,989 ---- null_tv.tv_usec = 0; #endif + post("comport - PD external for unix/windows\n" + "GPL 1998-2005, Winfried Ritsch and others (see LICENCE.txt)\n" + "Institute for Electronic Music - Graz"); }