diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-24 15:18:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-24 15:18:53 +0000 |
commit | c9e90250ce43e445c2fbf74d515e90ee72bf2536 (patch) | |
tree | 9f95a590940c8238411f0a527db4dc61e2594bb1 | |
parent | 2de094bfae5a48374d65f4c273c366b88af85c5b (diff) |
added plugin~ using Makefile template
svn path=/trunk/externals/plugin~/; revision=13939
-rw-r--r-- | README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..f2f5e39 --- /dev/null +++ b/README.txt @@ -0,0 +1,9 @@ +LADSPA and VST plug-in hosting for Pd + +This is a Pd tilde object for hosting LADSPA audio plug-ins. The +LADSPA plug-in interface is supported completely. The object will +search your LADSPA path for plugins, which are loadable by name as an +argument to the plugin~ object. + +Jarno Seppänen, jams@cs.tut.fi + |