Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Mar 26, 2020
1 parent 6291433 commit 8fe3c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ardour/luaproc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ LuaProc::load_preset (PresetRecord r)
if (!(*j)->get_property (X_("index"), index) ||
!(*j)->get_property (X_("value"), value)) {
assert (false);
continue;
}
set_parameter (index, value);
PresetPortSetValue (index, value); /* EMIT SIGNAL */
Expand Down

0 comments on commit 8fe3c36

Please sign in to comment.