From e9904a5b15de8f5f844078ecd901a6b8c03dbcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 21 Apr 2012 13:19:00 +0000 Subject: fixed licenses and encoding svn path=/trunk/externals/hardware/; revision=16130 --- MIDIvice/src/motormix.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'MIDIvice/src/motormix.c') 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... */ -- cgit v1.2.1