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
@@ -553,7 +553,7 @@ void PluginBridge::process_replacing(AEffect* /*plugin*/,
// Plugins are allowed to send MIDI events during processing using a host
// callback. These have to be processed during the actual
// `processReplacing()` function or else the hsot will ignore them. To
// `processReplacing()` function or else the host will ignore them. To
// prevent these events from getting delayed by a sample we'll process them
// after the plugin is done processing audio rather than during the time
// we're still waiting on the plugin.