Add support for double precision audio #34

So far I've only seen REAPER running iZotope Rx plugins utilize this.
This commit is contained in:
Robbert van der Helm
2020-08-24 16:12:24 +02:00
parent e14a5d4895
commit 8198a73742
9 changed files with 210 additions and 70 deletions
+3 -1
View File
@@ -466,7 +466,9 @@ There are also some VST2.X extension features that have not been implemented yet
because I haven't needed them myself. Let me know if you need any of these
features for a certain plugin or VST host:
- Double precision audio (`processDoubleReplacing`).
- Double precision audio (`processDoubleReplacing`). **This is now implemented
on the master branch and will be part of the next release. Without this some
specific plugins will crash under REAPER.**
- SysEx messages. In addition to MIDI, VST 2.4 also supports SysEx. I don't know
of any hosts or plugins that use this, but please let me know if this is
needed for something.