mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Fix typo
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
+1
-1
@@ -69,7 +69,7 @@ std::string create_logger_prefix(const boost::filesystem::path& socket_path);
|
||||
PluginArchitecture find_vst_architecture(boost::filesystem::path);
|
||||
|
||||
/**
|
||||
* Finds the Wine VST hsot (either `yabridge-host.exe` or `yabridge-host.exe`
|
||||
* Finds the Wine VST host (either `yabridge-host.exe` or `yabridge-host.exe`
|
||||
* depending on the plugin). For this we will search in two places:
|
||||
*
|
||||
* 1. Alongside libyabridge.so if the file got symlinked. This is useful
|
||||
|
||||
Reference in New Issue
Block a user