From d1a4949962284c58fcbe3f70db07a796a113c873 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 12 Oct 2024 14:57:35 -0400 Subject: [PATCH] More wrapper stuff (#1418) This merges in the changes which mzterialy finish the wrappers for VST3 and AUV2. Closes #1110 --- clients/clap-first/scxt-plugin/scxt-plugin.cpp | 3 +-- libs/clap/clap-wrapper | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/clients/clap-first/scxt-plugin/scxt-plugin.cpp b/clients/clap-first/scxt-plugin/scxt-plugin.cpp index 02ca0525..fc408d48 100644 --- a/clients/clap-first/scxt-plugin/scxt-plugin.cpp +++ b/clients/clap-first/scxt-plugin/scxt-plugin.cpp @@ -61,8 +61,7 @@ SCXTPlugin::SCXTPlugin(const clap_host *h) : plugHelper_t(getDescription(), h) { engine = std::make_unique(); 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) { diff --git a/libs/clap/clap-wrapper b/libs/clap/clap-wrapper index f898db30..0c23f5e3 160000 --- a/libs/clap/clap-wrapper +++ b/libs/clap/clap-wrapper @@ -1 +1 @@ -Subproject commit f898db307fd81500b130088b2668bc2b5800ea07 +Subproject commit 0c23f5e3c798d3944ad3b9dce560df7272df176e