This commit is contained in:
Robin E.R. Davies
2026-05-06 14:37:17 -04:00
parent d217af035d
commit 44db94a955
3 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ void profilePlugin(const ProfileOptions &profileOptions)
reader.read(&bankFile);
if (bankFile.presets().size() != 1)
{
throw new std::runtime_error(SS("Invalid preset file. Expection one preset, but " << bankFile.presets().size() << " presets were found."));
throw new std::runtime_error(SS("Invalid preset file. Expecting one preset, but " << bankFile.presets().size() << " presets were found."));
}
Pedalboard pedalboard = (bankFile.presets()[0]->preset());
model.SetPedalboard(-1, pedalboard);