mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix typo
This commit is contained in:
@@ -428,7 +428,7 @@ intptr_t Vst2PluginBridge::dispatch(AEffect* /*plugin*/,
|
|||||||
logger.log_event(true, opcode, index, value, nullptr, option,
|
logger.log_event(true, opcode, index, value, nullptr, option,
|
||||||
std::nullopt);
|
std::nullopt);
|
||||||
|
|
||||||
// REAPEr requires `audioMasterSizeWindow()` calls to be done from
|
// REAPER requires `audioMasterSizeWindow()` calls to be done from
|
||||||
// the GUI thread. In every other host this doesn't make a
|
// the GUI thread. In every other host this doesn't make a
|
||||||
// difference, but in REAPER the FX window only resizes when this is
|
// difference, but in REAPER the FX window only resizes when this is
|
||||||
// called from here.
|
// called from here.
|
||||||
|
|||||||
Reference in New Issue
Block a user