aboutsummaryrefslogtreecommitdiff
path: root/dmx512/src/dmx4pd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmx512/src/dmx4pd.h')
-rw-r--r--dmx512/src/dmx4pd.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/dmx512/src/dmx4pd.h b/dmx512/src/dmx4pd.h
new file mode 100644
index 0000000..0987926
--- /dev/null
+++ b/dmx512/src/dmx4pd.h
@@ -0,0 +1,34 @@
+
+/******************************************************
+ *
+ * dmx4pd - header file
+ *
+ * copyleft (c) IOhannes m zm-bölnig-A
+ *
+ * 0603:forum::f-bür::umläute:2008-A
+ *
+ * institute of electronic music and acoustics (iem)
+ *
+ ******************************************************
+ *
+ * license: GNU General Public License v.2
+ *
+ ******************************************************/
+
+#ifndef INCLUDE_DMX4PD_H__
+#define INCLUDE_DMX4PD_H__
+
+#ifndef DMX4PD_VERSION
+# define DMX4PD_VERSION __DATE__
+#endif
+
+
+
+#include "m_pd.h"
+
+#define DMX4PD_POSTBANNER \
+ post("DMX4PD ver %s: (c) 2008 IOhannes m zmölnig - iem @ kug", DMX4PD_VERSION);
+
+
+
+#endif /* INCLUDE_DMX4PD_H__ */