aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/README
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2010-12-08 09:47:23 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2010-12-08 09:47:23 +0000
commit7dbe531e201e79761b19870c278262f6826985b3 (patch)
tree5ed077d4acb37ee7c4d694cbc001ce98a796495b /pluginhost~/README
parent5b43da5a8491e6bb577b9e508c55c9619a1a850f (diff)
- renamed dssi~ to pluginhost~
svn path=/trunk/externals/postlude/; revision=14576
Diffstat (limited to 'pluginhost~/README')
-rw-r--r--pluginhost~/README27
1 files changed, 10 insertions, 17 deletions
diff --git a/pluginhost~/README b/pluginhost~/README
index ab164e8..aab7983 100644
--- a/pluginhost~/README
+++ b/pluginhost~/README
@@ -1,29 +1,24 @@
-dssi~ - a DSSI host for Pure Data
-=================================
+pluginhost~ - a plugin host for Pure Data
+==========================================
-This directory (dssi) contains sourcecode and possibly binaries for a DSSI host for Pure Data. To find out more about DSSI visit http://dssi.sourceforge.net.
-
-The functionality of the external is demonstrated in in the help patch (dssi/doc/help-dssi.pd).
+This directory (pluginhost) contains sourcecode and possibly binaries for a plugin host for Pure Data. It currently supports the following plugin types:
+ LADSPA: http://www.ladspa.org/
+ DSSI: http://dssi.sourceforge.net/
+The functionality of the external is demonstrated in in the help patch (pluginhost/doc/pluginhost~-help.pd).
Requirements
------------
-To compile dssi~ the following are required;
+To compile pluginhost~ the following are required;
-DSSI >= 0.9
-LADSPA SDK >= 1.x
-liblo >= 0.12
-alsa/seq_event.h - included
-pd headers >= 0.37
+pd header (m_pd.h) >= 0.37
The help patch requires:
PD >= 0.39
-
-
Installation
------------
@@ -34,12 +29,10 @@ make install (as root)
Once compiled the binary file and help file should be placed in directories that are included in Pure Data's search path.
-
-
License
-------
-All files included in the dssi/src/ directory, and all binary files (if included) are licensed under the GNU GPL Version 2 (see gpl.txt for details).
+All files included in the pluginhost/src/ directory, and all binary files (if included) are licensed under the GNU GPL Version 2 (see gpl.txt for details).
-All files included in the dssi/include/ directory are licensed under the GNU Lesser General Public License (see lesser.txt for details).
+All files included in the pluginhost/include/ directory are licensed under the GNU Lesser General Public License (see lesser.txt for details).