mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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`
|
`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
|
||||||
Reference in New Issue
Block a user