Add a proxy class for IMidiMapping

This commit is contained in:
Robbert van der Helm
2021-01-02 22:13:54 +01:00
parent 176e7fd1ae
commit 315148d628
4 changed files with 104 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,7 @@ for more information on how the serialization works.
The following interfaces are not yet implemented:
- Every interface introduced after VST 3.0.0 with the exceptons of
- Every interface introduced after VST 3.0.1 with the exceptons of
`IEditController2` and `INoteExpressionController` which has already been
implemented
- The [Presonus extensions](https://presonussoftware.com/en_US/developer),
@@ -26,6 +26,7 @@ VST3 plugin interfaces are implemented as follows:
| `YaConnectionPoint` | `Vst3PluginProxy` | `IConnectionPoint` |
| `YaEditController` | `Vst3PluginProxy` | `IEditController` |
| `YaEditController2` | `Vst3PluginProxy` | `IEditController2` |
| `YaMidiMapping` | `Vst3PluginProxy` | `IMidiMapping` |
| `YaNoteExpressionController` | `Vst3PluginProxy` | `INoteExpressionController` |
| `YaPluginBase` | `Vst3PluginProxy` | `IPluginBase` |
| `YaProgramListData` | `Vst3PluginProxy` | `IProgramListData` |