aboutsummaryrefslogtreecommitdiff
path: root/bird/bird.c
diff options
context:
space:
mode:
authorWinfried Ritsch <ritsch@users.sourceforge.net>2005-04-12 09:37:16 +0000
committerWinfried Ritsch <ritsch@users.sourceforge.net>2005-04-12 09:37:16 +0000
commit5943321aa126a333d697d52e95a98a7696d9aff9 (patch)
tree6ea623d8020cd00e806a1deaaf969a0e0cdfbf4a /bird/bird.c
parenta71e4bb85f3ec083f1476f3ac9013d742bed6c69 (diff)
initial
svn path=/trunk/externals/iem/comport/; revision=2730
Diffstat (limited to 'bird/bird.c')
-rw-r--r--bird/bird.c23
1 files changed, 14 insertions, 9 deletions
diff --git a/bird/bird.c b/bird/bird.c
index 5f3df3c..342cced 100644
--- a/bird/bird.c
+++ b/bird/bird.c
@@ -1,16 +1,21 @@
-/***********************************************************************
-************************************************************************
-bird.c - controls and parses one flock of bird out of a comport
-
-Author: W. Ritsch 16.01.97
-Desc.: put the object in a correct parse state and send commands
+/*
-first input: where data from bird is thrown in (eg.from comport)
-first output: a list of data which size is dependen on the parse mode
-second output: to control the bird eg connect to a comport in
+ bird.c - PD externals, that controls and parses one flock of bird out of a comport
+
+ Date: 16.01.97
+ Author: Winfried Ritsch (see LICENCE.txt)
+
+ Institute for Electronic Music - Graz
+
+ Desc.: put the object in a correct parse state and send commands
+
+ first input: where data from bird is thrown in (eg.from comport)
+ first output: a list of data which size is dependen on the parse mode
+ second output: to control the bird eg connect to a comport in
*/
+
#ifdef NT
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )