Move the VST3 design document to docs/

This commit is contained in:
Robbert van der Helm
2020-12-16 21:53:59 +01:00
parent 1dd575e4a7
commit 7488d6f482
2 changed files with 1 additions and 5 deletions
-3
View File
@@ -30,9 +30,6 @@ incomplete list of things that still have to be done before this can be used:
`AudioBusBuffers` `AudioBusBuffers`
- `IParameterChanges`, `IParamValueQueue`, `IEventList`, and all event types - `IParameterChanges`, `IParamValueQueue`, `IEventList`, and all event types
in VST 3.7.1 in VST 3.7.1
- Finalize the VST3 [design
document](https://github.com/robbert-vdh/yabridge/tree/feature/vst3/src/common/serialization/vst3/README.md)
and move it to `docs/`.
- Update the GitHub Actions workflows. - Update the GitHub Actions workflows.
- Update yabridgectl to handle buth VST2 and VST3 plugins. - Update yabridgectl to handle buth VST2 and VST3 plugins.
- Update all documentation to refer to VST2 and VST3 support separately, and - Update all documentation to refer to VST2 and VST3 support separately, and
@@ -1,7 +1,6 @@
# VST3 serialization # VST3 serialization
TODO: Once this is more fleshed out, move this document to `docs/`, and perhaps TODO: Flesh this out further
replace this readme with a link to that document.
The VST3 SDK uses an architecture where every concrete object inherits from an The VST3 SDK uses an architecture where every concrete object inherits from an
interface, and every interface inherits from `FUnknown`. `FUnkonwn` offers a interface, and every interface inherits from `FUnknown`. `FUnkonwn` offers a