Move the section on VST extension features

This commit is contained in:
Robbert van der Helm
2020-04-24 15:48:06 +02:00
parent 0efdd1a790
commit 1622c39f48
+9 -8
View File
@@ -13,16 +13,9 @@ There are a few things that should be done before releasing this, including:
- Polish GUIs even further. There are some todos left in
`src/wine-host/editor.{h,cpp}`.
- Add missing details if any to the architecture section.
- Rewrite parts of this readme.
- Document wine32 support.
There are also some features that would be nice to implement but that I haven't
had the need to implement yet. Let me know if any of these features are required
for a plugin to run:
- Double precision audio (`processDoubleReplacing`).
- Vendor specific extensions (for instance, for
[Reaper](https://www.reaper.fm/sdk/vst/vst_ext.php)).
## Tested with
yabridge has been primarily tested under and verified to work correctly with:
@@ -99,6 +92,14 @@ Aside from that, these are some known caveats:
- Dragging and dropping files onto plugin editors works, but the editor does not
always show visual updates while dragging. This needs further investigation.
There are also some VST2.4 extension features that haven't implemented yet
because I haven't needed them myself. Let me know if any of these features are
required for a certain plugin or plugin host:
- Double precision audio (`processDoubleReplacing`).
- Vendor specific extensions (for instance, for
[Reaper](https://www.reaper.fm/sdk/vst/vst_ext.php)).
## Building
To compile yabridge, you'll need [Meson](https://mesonbuild.com/index.html) and