Skip to content

Commit

Permalink
Apicolypse::parseParameterValueFromString was not using the value ret…
Browse files Browse the repository at this point in the history
…urned from string2dB. (#7853)

Co-authored-by: David Lowndes <David@DAVIDPCZ>
  • Loading branch information
Dave-Lowndes and David Lowndes authored Nov 17, 2024
1 parent d006567 commit 4b34310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/airwindows/src/Apicolypse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ bool Apicolypse::parseParameterValueFromString(VstInt32 index, const char* txt,

if (index == kParamD)
{
string2dB(txt, v);
f = string2dB(txt, v);
}
else
{
Expand Down

0 comments on commit 4b34310

Please sign in to comment.