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:
parent
f9ff2a75c2
commit
a23340293d
1 changed files with 5 additions and 2 deletions
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue