From 2e9bc2d68a31114c5170007b83fd6b983c126132 Mon Sep 17 00:00:00 2001 From: Don Cross Date: Fri, 28 Feb 2025 06:18:17 -0500 Subject: [PATCH] Sapphire v2.5.8 - new module "Env". (#805) Added new module Sapphire Env: envelope follower and pitch detector. Elastika adds polyphonic stereo in/out options. Minor display glitch fixed in Tin + Tricorder combination. --- plugins/Sapphire | 2 +- plugins/plugins.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Sapphire b/plugins/Sapphire index f838c23..c65bf21 160000 --- a/plugins/Sapphire +++ b/plugins/Sapphire @@ -1 +1 @@ -Subproject commit f838c2364366c2b258cd63dd5ec5158237c96ed1 +Subproject commit c65bf21e00c984613749ce76ba07633f3eb8d61f diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index 5882a85..67829de 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -3174,6 +3174,7 @@ static void initStatic__Sapphire() { p->addModel(modelSapphireChaops); p->addModel(modelSapphireElastika); + p->addModel(modelSapphireEnv); p->addModel(modelSapphireFrolic); p->addModel(modelSapphireGalaxy); p->addModel(modelSapphireGlee);