mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Rename the monolitic class to Vst3PluginProxy
Now it's starting to look promising.
This commit is contained in:
+3
-3
@@ -4,10 +4,10 @@ TODO: Flesh this out further
|
||||
|
||||
TODO: Link to `src/common/serialization/vst3/README.md`
|
||||
|
||||
TODO: Mention the new `Ya<Base>::supports()` mechanism for monolithic interfaces
|
||||
through multiple inheritance
|
||||
TODO: Mention the new `Ya<Base>::supports()` mechanism for the monolithic proxy
|
||||
objects through multiple inheritance
|
||||
|
||||
TODO: Explain the monolith.
|
||||
TODO: Explain the monolith
|
||||
|
||||
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