aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-19 09:52:46 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-19 09:52:46 +0000
commitf1dd9d77088157baeee53f9cfbdfe6d117a4bd80 (patch)
tree277091ffee1c10e61198f8db4efcb21da1d3c1c6 /BUGS
svn path=/trunk/externals/plugin~/; revision=216
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS18
1 files changed, 18 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..2af1c1c
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,18 @@
+LADSPA
+------
+- Linium avez écrit: "The output of syndrum and organ is a curious uncontrallable
+ screaming noise that can resist a multipliy by 0. Some sort of bytes flow...
+ It seems that the audio output spits something which is not an audio signal and
+ even confuses PD." A bug in plugin~ or what?
+
+VST
+---
+- plugin~ doesn't support VST 2.0 synthesizer plug-ins.
+- Additionally, the VST 1.0 plug-ins are required to implement the
+ processReplacing() interface in order for them to work with plugin~.
+ You will get an error message if this is not the case.
+- Furthermore, no graphics is displayed for the plug-ins; I am
+ helplessly waiting for someone to volunteer to add VST GUI support.
+- Also, plugin~ should observe the Windows registry
+ (HKEY_LOCAL_MACHINE\Software\VST\VSTPluginsPath) for the VST plug-in
+ path.