Add a proxy class for IMidiLearn

This commit is contained in:
Robbert van der Helm
2021-01-15 22:31:47 +01:00
parent 6e8d56923c
commit 64507828bb
4 changed files with 102 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ VST3 plugin interfaces are implemented as follows:
| `YaEditControllerHostEditing` | `Vst3PluginProxy` | `IEditControllerHostEditing` |
| `YaInfoListener` | `Vst3PluginProxy` | `IInfoListener` |
| `YaKeyswitchController` | `Vst3PluginProxy` | `IKeyswitchController` |
| `YaMidiLearn` | `Vst3PluginProxy` | `IMidiLearn` |
| `YaMidiMapping` | `Vst3PluginProxy` | `IMidiMapping` |
| `YaNoteExpressionController` | `Vst3PluginProxy` | `INoteExpressionController` |
| `YaNoteExpressionPhysicalUIMapping` | `Vst3PluginProxy` | `INoteExpressionPhysicalUIMapping` |