mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 21:15:51 +02:00
Split YaEditController into YaEditController{,2}
Since even though the title would make you assume it's a versioned interface, it's not.
This commit is contained in:
@@ -14,7 +14,8 @@ VST3 plugin interfaces are implemented as follows:
|
||||
| `YaAudioProcessor` | `Vst3PluginProxy` | `IAudioProcessor` |
|
||||
| `YaComponent` | `Vst3PluginProxy` | `IComponent` |
|
||||
| `YaConnectionPoint` | `Vst3PluginProxy` | `IConnectionPoint` |
|
||||
| `YaEditController` | `Vst3PluginProxy` | `IEditController`, `IEditController2` |
|
||||
| `YaEditController` | `Vst3PluginProxy` | `IEditController` |
|
||||
| `YaEditController2` | `Vst3PluginProxy` | `IEditController2` |
|
||||
| `YaPluginBase` | `Vst3PluginProxy` | `IPluginBase` |
|
||||
|
||||
VST3 host interfaces are implemented as follows:
|
||||
|
||||
Reference in New Issue
Block a user