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