aboutsummaryrefslogtreecommitdiff
path: root/MIDIvice/src/motormix.c
diff options
context:
space:
mode:
Diffstat (limited to 'MIDIvice/src/motormix.c')
-rw-r--r--MIDIvice/src/motormix.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/MIDIvice/src/motormix.c b/MIDIvice/src/motormix.c
index 982a268..f7257bf 100644
--- a/MIDIvice/src/motormix.c
+++ b/MIDIvice/src/motormix.c
@@ -1,5 +1,8 @@
-
-/* 2801:forum::für::umläute:2002 */
+/* (c) copyleft 2002-2008 IOhannes m zmölnig
+ * forum::f~r::uml~ute
+ * Institute of Electronic Music and Acoustics (IEM)
+ * University of Music and Dramatic Arts Graz (KUG)
+ */
/*
motormix by CM-labs
@@ -89,7 +92,7 @@ static void LCDtext_clear(t_LCDtext *x, t_float fmode)
int offset = (mode==2)?0x28:0x00;
int n = (mode>0)?0x28:0x50;
- post("offset=%d\tn=%d", offset, n);
+ // post("offset=%d\tn=%d", offset, n);
LCD_header(LCD_TEXT);
outmidi_byte(offset);
@@ -809,7 +812,7 @@ static void motormix_help(t_motormix *x)
"\n\tmotormix_LCDtext"
"\n\tmotormix_LCDgraph"
"\n\tmotormix_7seg");
- post("(l) forum::für::umläute @ IEM, Graz; 2002");
+ post("(l) forum::fÌr::umlÀute @ IEM/KUG, Graz; 2002");
}
static void motormix_reset(t_motormix *x)
{ /* this LOOKs like a reset; i don't know what it really is... */