aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2012-02-02 19:16:50 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2012-02-02 19:16:50 +0000
commitebe35fe98381ff6dcabf5a1a86ed5e05e4e992b0 (patch)
tree4d74df0549b5378cab0a93cc17840ff1e692e40c
parent9a11c76bd621422ca547412c7eeb1eb1ca09209e (diff)
- simplified file layout
svn path=/trunk/externals/postlude/; revision=15936
-rw-r--r--pluginhost~/Makefile4
-rw-r--r--pluginhost~/handlers_osc.c (renamed from pluginhost~/src/handlers_osc.c)0
-rw-r--r--pluginhost~/handlers_osc.h (renamed from pluginhost~/src/handlers_osc.h)0
-rw-r--r--pluginhost~/handlers_pd.c (renamed from pluginhost~/src/handlers_pd.c)0
-rw-r--r--pluginhost~/handlers_pd.h (renamed from pluginhost~/src/handlers_pd.h)0
-rw-r--r--pluginhost~/jload.c (renamed from pluginhost~/src/jload.c)0
-rw-r--r--pluginhost~/jsearch.c (renamed from pluginhost~/src/jsearch.c)0
-rw-r--r--pluginhost~/jutils.h (renamed from pluginhost~/src/jutils.h)0
-rw-r--r--pluginhost~/ph_common.c (renamed from pluginhost~/src/ph_common.c)0
-rw-r--r--pluginhost~/ph_common.h (renamed from pluginhost~/src/ph_common.h)0
-rw-r--r--pluginhost~/pluginhost~-help.pd (renamed from pluginhost~/doc/pluginhost~-help.pd)0
-rw-r--r--pluginhost~/pluginhost~-meta.pd9
-rw-r--r--pluginhost~/pluginhost~.c (renamed from pluginhost~/src/pluginhost~.c)0
13 files changed, 11 insertions, 2 deletions
diff --git a/pluginhost~/Makefile b/pluginhost~/Makefile
index bb76067..d7a58ff 100644
--- a/pluginhost~/Makefile
+++ b/pluginhost~/Makefile
@@ -10,10 +10,10 @@ LIBRARY_NAME = pluginhost~
# add your .c source files, one object per file, to the SOURCES
# variable, help files will be included automatically
-SOURCES = src/pluginhost~.c
+SOURCES = pluginhost~.c
# Additional source files
-EXTRASOURCES = src/handlers_osc.c src/jload.c src/ph_common.c src/handlers_pd.c src/jsearch.c
+EXTRASOURCES = handlers_osc.c jload.c ph_common.c handlers_pd.c jsearch.c
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
# be included automatically
diff --git a/pluginhost~/src/handlers_osc.c b/pluginhost~/handlers_osc.c
index 4114baf..4114baf 100644
--- a/pluginhost~/src/handlers_osc.c
+++ b/pluginhost~/handlers_osc.c
diff --git a/pluginhost~/src/handlers_osc.h b/pluginhost~/handlers_osc.h
index a45c56a..a45c56a 100644
--- a/pluginhost~/src/handlers_osc.h
+++ b/pluginhost~/handlers_osc.h
diff --git a/pluginhost~/src/handlers_pd.c b/pluginhost~/handlers_pd.c
index bf5fd45..bf5fd45 100644
--- a/pluginhost~/src/handlers_pd.c
+++ b/pluginhost~/handlers_pd.c
diff --git a/pluginhost~/src/handlers_pd.h b/pluginhost~/handlers_pd.h
index ec934da..ec934da 100644
--- a/pluginhost~/src/handlers_pd.h
+++ b/pluginhost~/handlers_pd.h
diff --git a/pluginhost~/src/jload.c b/pluginhost~/jload.c
index 1672b91..1672b91 100644
--- a/pluginhost~/src/jload.c
+++ b/pluginhost~/jload.c
diff --git a/pluginhost~/src/jsearch.c b/pluginhost~/jsearch.c
index 5d69b1b..5d69b1b 100644
--- a/pluginhost~/src/jsearch.c
+++ b/pluginhost~/jsearch.c
diff --git a/pluginhost~/src/jutils.h b/pluginhost~/jutils.h
index fdf718f..fdf718f 100644
--- a/pluginhost~/src/jutils.h
+++ b/pluginhost~/jutils.h
diff --git a/pluginhost~/src/ph_common.c b/pluginhost~/ph_common.c
index 2915b15..2915b15 100644
--- a/pluginhost~/src/ph_common.c
+++ b/pluginhost~/ph_common.c
diff --git a/pluginhost~/src/ph_common.h b/pluginhost~/ph_common.h
index a3d57a9..a3d57a9 100644
--- a/pluginhost~/src/ph_common.h
+++ b/pluginhost~/ph_common.h
diff --git a/pluginhost~/doc/pluginhost~-help.pd b/pluginhost~/pluginhost~-help.pd
index 1227d33..1227d33 100644
--- a/pluginhost~/doc/pluginhost~-help.pd
+++ b/pluginhost~/pluginhost~-help.pd
diff --git a/pluginhost~/pluginhost~-meta.pd b/pluginhost~/pluginhost~-meta.pd
new file mode 100644
index 0000000..0f11c41
--- /dev/null
+++ b/pluginhost~/pluginhost~-meta.pd
@@ -0,0 +1,9 @@
+#N canvas 10 10 200 200 10;
+#N canvas 20 20 420 300 META 0;
+#X text 10 10 META this is a prototype of a libdir meta file;
+#X text 10 30 NAME pluginhost~;
+#X text 10 50 AUTHOR Jamie Bullock;
+#X text 10 70 DESCRIPTION pluginhost~ is a LADSPA and DSSI plugin host for Pure Data, supporting multiple plugin instances per object;
+#X text 10 90 LICENSE GNU GPL;
+#X text 10 110 VERSION 1.0;
+#X restore 10 10 pd META;
diff --git a/pluginhost~/src/pluginhost~.c b/pluginhost~/pluginhost~.c
index 76faff1..76faff1 100644
--- a/pluginhost~/src/pluginhost~.c
+++ b/pluginhost~/pluginhost~.c