aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-24 17:41:01 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-24 17:41:01 +0000
commit992cee86616fd48bd20e888de0c785fb81457ad5 (patch)
tree0cba7126715bb25ca75cb6086b21c354144a0913
parentb599ad5bbcbe06fcda67606074d463013902170b (diff)
supply mediasettings-meta; fix library name in Makefile
svn path=/trunk/externals/iem/mediasettings/; revision=14809
-rw-r--r--Makefile2
-rw-r--r--mediasettings-meta.pd9
2 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48911d3..01c54a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
## Pd library template version 1.0
# For instructions on how to use this template, see:
# http://puredata.info/docs/developer/MakefileTemplate
-LIBRARY_NAME = audiosettings
+LIBRARY_NAME = mediasettings
# add your .c source files to the SOURCES variable, help files will be
# included automatically
diff --git a/mediasettings-meta.pd b/mediasettings-meta.pd
new file mode 100644
index 0000000..fc69ccc
--- /dev/null
+++ b/mediasettings-meta.pd
@@ -0,0 +1,9 @@
+#N canvas 18 212 200 200 10;
+#N canvas 28 50 420 300 META 1;
+#X text 13 61 NAME mediasettings;
+#X text 13 85 VERSION 0.1;
+#X text 13 129 AUTHOR IOhannes m zmölnig \, IEM \, University of Music
+and Performing Arts \, Graz \, Austria;
+#X text 19 189 NOTE: this library has been developed for the IntegraLive
+project http://integralive.org;
+#X restore 10 10 pd META;