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.
This commit is contained in:
Don Cross 2024-11-11 16:56:46 -05:00
parent 61f2d29463
commit 23a6d39e33
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit b5d2fc122382d7934b3ea92e05ad91a9aec89504 Subproject commit b936319efa21ff264d0a7bfb8273d46257d34c69

View file

@ -3119,6 +3119,7 @@ static void initStatic__Sapphire()
p->addModel(modelSapphirePop); p->addModel(modelSapphirePop);
p->addModel(modelSapphireRotini); p->addModel(modelSapphireRotini);
p->addModel(modelSapphireSam); p->addModel(modelSapphireSam);
p->addModel(modelSapphireSauce);
p->addModel(modelSapphireTin); p->addModel(modelSapphireTin);
p->addModel(modelSapphireTout); p->addModel(modelSapphireTout);
p->addModel(modelSapphireTricorder); p->addModel(modelSapphireTricorder);