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/MIDIvice.c | 12 +++++++++++- MIDIvice/src/MIDIvice.h | 10 ++++++++-- MIDIvice/src/motormix.c | 11 +++++++---- 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/MIDIvice/src/MIDIvice.c b/MIDIvice/src/MIDIvice.c index 67cf293..8668862 100644 --- a/MIDIvice/src/MIDIvice.c +++ b/MIDIvice/src/MIDIvice.c @@ -1,3 +1,13 @@ +/* (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) + */ + +/* + * MIDIvice - accessing complex MIDI devices + */ + #include "MIDIvice.h" void motormix_setup(); @@ -29,7 +39,7 @@ void MIDIvice_setup(void) /* ************************************** */ post("\n\tMIDIvice "VERSION); - post("\tcopyleft forum::für::umläute @ IEM/KUG 2002-2008"); + post("\tcopyleft forum::für::umläute @ IEM/KUG 2002-2008"); MIDIvice_class = class_new(gensym("MIDIvice"), MIDIvice_new, 0, sizeof(t_MIDIvice), 0, 0); class_addmethod(MIDIvice_class, MIDIvice_help, gensym("help"), 0); diff --git a/MIDIvice/src/MIDIvice.h b/MIDIvice/src/MIDIvice.h index 65382a7..41e58ec 100644 --- a/MIDIvice/src/MIDIvice.h +++ b/MIDIvice/src/MIDIvice.h @@ -2,16 +2,22 @@ /* the MIDIvice external */ /* externals for controlling MIDI-devices */ /* ********************************************** */ -/* forum::für::umläute */ +/* forum::für::umläute */ /* ********************************************** */ +/* (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) + */ + /* the MIDIvice external is a runtime-library for miller s. puckette's realtime-computermusic-software "pure data" * therefore you NEED "pure data" to make any use of the MIDIvice external * (except if you want to use the code for other things) * download "pure data" at http://iem.kug.ac.at/pd - ftp://iem.kug.ac.at/pd + ftp://ftp.iem.at/pub/pd * * if you are looking for the latest release of the MIDIvice-external you should have another look at 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