aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-04-21 13:19:00 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:08:23 +0200
commite9904a5b15de8f5f844078ecd901a6b8c03dbcc1 (patch)
tree787970b45ee218b9c47cc994d282314cd8fbd7bf
parentf29e0ae5a9798ddc33c4d32ba12a9dd8de3ed386 (diff)
fixed licenses and encoding
svn path=/trunk/externals/hardware/; revision=16130
-rw-r--r--MIDIvice/src/MIDIvice.c12
-rw-r--r--MIDIvice/src/MIDIvice.h10
-rw-r--r--MIDIvice/src/motormix.c11
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... */