mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Move the VST3 design document to docs/
This commit is contained in:
@@ -30,9 +30,6 @@ incomplete list of things that still have to be done before this can be used:
|
||||
`AudioBusBuffers`
|
||||
- `IParameterChanges`, `IParamValueQueue`, `IEventList`, and all event types
|
||||
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 yabridgectl to handle buth VST2 and VST3 plugins.
|
||||
- Update all documentation to refer to VST2 and VST3 support separately, and
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# VST3 serialization
|
||||
|
||||
TODO: Once this is more fleshed out, move this document to `docs/`, and perhaps
|
||||
replace this readme with a link to that document.
|
||||
TODO: Flesh this out further
|
||||
|
||||
The VST3 SDK uses an architecture where every concrete object inherits from an
|
||||
interface, and every interface inherits from `FUnknown`. `FUnkonwn` offers a
|
||||
Reference in New Issue
Block a user