From 52c3470e4eee295ece2f85c0b73b9f750d77b322 Mon Sep 17 00:00:00 2001 From: Don Cross Date: Wed, 20 Aug 2025 17:49:04 -0400 Subject: [PATCH] Sapphire v 2.6.001 (#852) * Sapphire v 2.6.001 release candidate 10. Changes since Sapphire v 2.6.000: - Added new module Sapphire Zoo, a programmable chaotic oscillator. - "Insert Tricorder on right" is a new menu option present in all Sapphire modules that work with Tricorder. - Frolic, Glee, Lark, Zoo include "Insert Chaops on left" menu option. * Fixed Sapphire commit to include bug fix. --- plugins/Sapphire | 2 +- plugins/plugins.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Sapphire b/plugins/Sapphire index e2bcefc..ef10da4 160000 --- a/plugins/Sapphire +++ b/plugins/Sapphire @@ -1 +1 @@ -Subproject commit e2bcefcaa7753f017cd131a28aae0e5e346aafec +Subproject commit ef10da4e2578162b2db2f6534857d6504491daf4 diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index edcf204..76ace7e 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -3234,6 +3234,7 @@ static void initStatic__Sapphire() p->addModel(modelSapphireTout); p->addModel(modelSapphireTricorder); p->addModel(modelSapphireTubeUnit); + p->addModel(modelSapphireZoo); } }