Add a proxy class for IPrefetchableSupport

This commit is contained in:
Robbert van der Helm
2021-01-12 15:17:06 +01:00
parent 3b5cb272c0
commit 8bcb3d7095
4 changed files with 102 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ VST3 plugin interfaces are implemented as follows:
| `YaMidiMapping` | `Vst3PluginProxy` | `IMidiMapping` |
| `YaNoteExpressionController` | `Vst3PluginProxy` | `INoteExpressionController` |
| `YaPluginBase` | `Vst3PluginProxy` | `IPluginBase` |
| `YaPrefetchableSupport` | `Vst3PluginProxy` | `IPrefetchableSupport` |
| `YaProgramListData` | `Vst3PluginProxy` | `IProgramListData` |
| `YaUnitData` | `Vst3PluginProxy` | `IUnitData` |
| `YaUnitInfo` | `Vst3PluginProxy` | `IUnitInfo` |