Implement IEditController::createView()

Even though `Vst3PlugViewProxyImpl` is still only stubs,
`IEditController` is now fully implemented.
This commit is contained in:
Robbert van der Helm
2020-12-19 21:06:46 +01:00
parent ae057a0acf
commit b7047a5281
2 changed files with 18 additions and 7 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ incomplete list of things that still have to be done before this can be used:
- `IHostApplication::createComponent()`
- `IConnectionPoint::notify()`, and support for indirectly connecting
components through message passing proxies
- Finish implementing `IEditController{,2}`
- `IPlugView`
- `IEditController2`
- All other mandatory interfaces
- All other optional interfaces
- Fully implemented: see [this