Skip to content

Commit

Permalink
fixup! Add support for CLAP (Clever Audio PLugin API)
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed May 15, 2024
1 parent 3559df9 commit 6e4d535
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions IPlug/CLAP/IPlugCLAP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,10 @@ bool IPlugCLAP::guiShow() noexcept
OpenWindow(mWindow);
return true;
}

return false;
else
{
return false;
}
}

bool IPlugCLAP::guiHide() noexcept
Expand Down

0 comments on commit 6e4d535

Please sign in to comment.