aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/README
blob: aab798390e2cdb034cd907b37b569044a80d00d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
pluginhost~ - a plugin host for Pure Data
==========================================

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 pluginhost~ the following are required;

pd header (m_pd.h) >= 0.37

The help patch requires:

PD >= 0.39

Installation
------------

From the same directory as the makefile type:

make
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 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 pluginhost/include/ directory are licensed under the GNU Lesser General Public License (see lesser.txt for details).