aboutsummaryrefslogtreecommitdiff
path: root/MIDIvice/src/MIDIvice.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-04-01 13:44:04 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:08:22 +0200
commit19ff5f54a824d7b3cd7f2683d9e524e446984735 (patch)
tree95d034b242bb6750cc84987dc373147ce4cd5d72 /MIDIvice/src/MIDIvice.h
parent61c0d68153b2d6e52e56e27445b961f3da62189d (diff)
an old project - wandering whether it still works
svn path=/trunk/externals/hardware/; revision=9672
Diffstat (limited to 'MIDIvice/src/MIDIvice.h')
-rw-r--r--MIDIvice/src/MIDIvice.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/MIDIvice/src/MIDIvice.h b/MIDIvice/src/MIDIvice.h
new file mode 100644
index 0000000..65382a7
--- /dev/null
+++ b/MIDIvice/src/MIDIvice.h
@@ -0,0 +1,38 @@
+/* ********************************************** */
+/* the MIDIvice external */
+/* externals for controlling MIDI-devices */
+/* ********************************************** */
+/* forum::für::umläute */
+/* ********************************************** */
+
+/* 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
+
+ *
+ * if you are looking for the latest release of the MIDIvice-external you should have another look at
+
+ ftp://iem.kug.ac.at/pd/Externals/MIDIvice
+
+ *
+ * MIDIvice is published under the GNU GeneralPublicLicense, that must be shipped with MIDIvice.
+ * if you are using Debian GNU/linux, the GNU-GPL can be found under /usr/share/common-licenses/GPL
+ * if you still haven't found a copy of the GNU-GPL, have a look at http://www.gnu.org
+ *
+ * "pure data" has it's own license, that comes shipped with "pure data".
+ *
+ * there are ABSOLUTELY NO WARRANTIES for anything
+ */
+
+#ifndef INCLUDE_MIDIVICE_H__
+#define INCLUDE_MIDIVICE_H__
+
+#include "m_pd.h"
+
+#define VERSION "0.1"
+
+#endif