aboutsummaryrefslogtreecommitdiff
path: root/bird/bird.c
diff options
context:
space:
mode:
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 )