Add a proxy class for IKeyswitchController

This commit is contained in:
Robbert van der Helm
2021-01-08 16:44:58 +01:00
parent 5d5ec63fee
commit 4ef734dc5a
4 changed files with 106 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ VST3 plugin interfaces are implemented as follows:
| `YaEditController` | `Vst3PluginProxy` | `IEditController` |
| `YaEditController2` | `Vst3PluginProxy` | `IEditController2` |
| `YaEditControllerHostEditing` | `Vst3PluginProxy` | `IEditControllerHostEditing` |
| `YaKeyswitchController` | `Vst3PluginProxy` | `IKeyswitchController` |
| `YaMidiMapping` | `Vst3PluginProxy` | `IMidiMapping` |
| `YaNoteExpressionController` | `Vst3PluginProxy` | `INoteExpressionController` |
| `YaPluginBase` | `Vst3PluginProxy` | `IPluginBase` |