Skip to content

Commit

Permalink
More wrapper stuff (#1418)
Browse files Browse the repository at this point in the history
This merges in the changes which mzterialy finish the wrappers
for VST3 and AUV2.

Closes #1110
  • Loading branch information
baconpaul authored Oct 12, 2024
1 parent 7fcd2e7 commit d1a4949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions clients/clap-first/scxt-plugin/scxt-plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ SCXTPlugin::SCXTPlugin(const clap_host *h) : plugHelper_t(getDescription(), h)
{
engine = std::make_unique<scxt::engine::Engine>();
engine->getMessageController()->passWrapperEventsToWrapperQueue = true;
engine->runningEnvironment =
"Clap-First " + std::string(h->name) + " " + std::string(h->version);
engine->runningEnvironment = std::string(h->name) + " " + std::string(h->version);
engine->getMessageController()->requestHostCallback = [this, h](uint64_t flag) {
if (h)
{
Expand Down
2 changes: 1 addition & 1 deletion libs/clap/clap-wrapper

0 comments on commit d1a4949

Please sign in to comment.