iohannes said i have to do a splash text, so i did .....

svn path=/trunk/externals/iem/comport/; revision=3855
This commit is contained in:
Winfried Ritsch 2005-11-07 10:39:29 +00:00
parent f9ff2a75c2
commit a23340293d

View file

@ -949,6 +949,8 @@ void comport_setup(void)
(t_method)comport_free, sizeof(t_comport), (t_method)comport_free, sizeof(t_comport),
0, A_DEFFLOAT, A_DEFFLOAT, 0); 0, A_DEFFLOAT, A_DEFFLOAT, 0);
class_addfloat(comport_class, (t_method)comport_float); class_addfloat(comport_class, (t_method)comport_float);
/* /*
@ -981,6 +983,7 @@ void comport_setup(void)
null_tv.tv_sec = 0; /* no wait */ null_tv.tv_sec = 0; /* no wait */
null_tv.tv_usec = 0; null_tv.tv_usec = 0;
#endif #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");
} }