Update the readmes for merging into master

This commit is contained in:
Robbert van der Helm
2020-12-29 15:34:15 +01:00
parent b34762db29
commit c1118af21c
2 changed files with 7 additions and 21 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
# VST3 interfaces
TODO: After merging into master, update this link to just point to GitHub
See [docs/vst3.md](../../../../docs/vst3.md) for more information on how the
serialization works.
We currently support all VST 3.0.0 interfaces with the exceptions of
`IProgramListData` and `IUnitData`. See
[docs/vst3.md](https://github.com/robbert-vdh/yabridge/blob/master/docs/vst3.md)
for more information on how the serialization works.
VST3 plugin interfaces are implemented as follows: