From 23a6d39e337d51705770f181ecc52d2acc7a43e0 Mon Sep 17 00:00:00 2001 From: Don Cross Date: Mon, 11 Nov 2024 16:56:46 -0500 Subject: [PATCH] Sapphire v 2.5.3 Updates Cardinal two versions from 2.5.1 to 2.5.3. Includes the changes from 2.5.2, most notably the new polyphonic filter module Sauce. Fixes in Pop for exact timing when CHAOS=0. Make it easy to provide V/OCT input to Pop, Gravy, and Sauce. In all 3, the SPEED/FREQ attenuverter can now be set to 100% so that the CV input is interpreted on a volt-per-octave scale. --- plugins/Sapphire | 2 +- plugins/plugins.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Sapphire b/plugins/Sapphire index b5d2fc1..b936319 160000 --- a/plugins/Sapphire +++ b/plugins/Sapphire @@ -1 +1 @@ -Subproject commit b5d2fc122382d7934b3ea92e05ad91a9aec89504 +Subproject commit b936319efa21ff264d0a7bfb8273d46257d34c69 diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index 01905d1..1edd576 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -3119,6 +3119,7 @@ static void initStatic__Sapphire() p->addModel(modelSapphirePop); p->addModel(modelSapphireRotini); p->addModel(modelSapphireSam); + p->addModel(modelSapphireSauce); p->addModel(modelSapphireTin); p->addModel(modelSapphireTout); p->addModel(modelSapphireTricorder);