From a23340293d039188f28dc21359e482fb10a827b0 Mon Sep 17 00:00:00 2001 From: Winfried Ritsch Date: Mon, 7 Nov 2005 10:39:29 +0000 Subject: iohannes said i have to do a splash text, so i did ..... svn path=/trunk/externals/iem/comport/; revision=3855 --- comport/comport.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'comport') diff --git a/comport/comport.c b/comport/comport.c index 77c575b..179a1c7 100644 --- a/comport/comport.c +++ b/comport/comport.c @@ -949,6 +949,8 @@ void comport_setup(void) (t_method)comport_free, sizeof(t_comport), 0, A_DEFFLOAT, A_DEFFLOAT, 0); + + 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_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"); } - - -- cgit v1.2.1