Add a proxy class for IAutomationState

This commit is contained in:
Robbert van der Helm
2021-01-10 23:26:57 +01:00
parent c938068cf5
commit ba983be99f
4 changed files with 103 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ VST3 plugin interfaces are implemented as follows:
| `Vst3PluginProxy` | | All of the below: |
| `YaAudioPresentationLatency` | `Vst3PluginProxy` | `IAudioPresentationLatency` |
| `YaAudioProcessor` | `Vst3PluginProxy` | `IAudioProcessor` |
| `YaAutomationState` | `Vst3PluginProxy` | `IAutomationState` |
| `YaComponent` | `Vst3PluginProxy` | `IComponent` |
| `YaConnectionPoint` | `Vst3PluginProxy` | `IConnectionPoint` |
| `YaEditController` | `Vst3PluginProxy` | `IEditController` |