This commit is contained in:
Robbert van der Helm
2020-05-10 00:48:45 +02:00
parent e4ca95397f
commit ded12379f9
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ class PluginBridge {
AEffect plugin;
/**
* The VST hsot can query a plugin for arbitrary binary data such as
* The VST host can query a plugin for arbitrary binary data such as
* presets. It will expect the plugin to write back a pointer that points to
* that data. This vector is where we store the chunk data for the last
* `effGetChunk` event.