aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
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.