This commit is contained in:
Robbert van der Helm
2021-01-19 18:02:35 +01:00
parent 36535fc3b5
commit d7d5725ae9
+1 -1
View File
@@ -428,7 +428,7 @@ intptr_t Vst2PluginBridge::dispatch(AEffect* /*plugin*/,
logger.log_event(true, opcode, index, value, nullptr, option,
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
// difference, but in REAPER the FX window only resizes when this is
// called from here.