Browse Source

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.
tags/24.12
Don Cross 1 year ago
parent
commit
23a6d39e33
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      plugins/Sapphire
  2. +1
    -0
      plugins/plugins.cpp

+ 1
- 1
plugins/Sapphire

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

+ 1
- 0
plugins/plugins.cpp View File

@@ -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);


Loading…
Cancel
Save