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
+2 -2
View File
@@ -126,7 +126,7 @@ class DefaultDataConverter {
* contains either a string or a null pointer while `dispatch()` calls might
* contain opcode specific structs. See the documentation for `EventPayload`
* for more information. The `DefaultDataConverter` defined above handles the
* basic behavior that's sufficient for hsot callbacks.
* basic behavior that's sufficient for host callbacks.
* @param logging A pair containing a logger instance and whether or not this is
* for sending `dispatch()` events or host callbacks. Optional since it
* doesn't have to be done on both sides.
@@ -312,7 +312,7 @@ auto passthrough_event(AEffect* plugin, F callback) {
// This is a bit of a special case! Instead of writing some
// return value, we will update values on the native VST
// plugin's `AEffect` object. This is triggered by the
// `audioMasterIOChanged` callback from the hsoted VST plugin.
// `audioMasterIOChanged` callback from the hosted VST plugin.
// These are the same fields written by bitsery in the
// initialization of `PluginBridge`. I can't think of a way to