Sapphire v2.4.2
The following is a summary of changes between Sapphire versions 2.3.0 and 2.4.2. See the Sapphire project change log for a more complete and detailed list: https://github.com/cosinekitty/sapphire/blob/main/CHANGELOG.md Added 5 new modules: * Glee: a chaotic oscillator counterpart for Frolic * Hiss: a 3D vector generator with unbiased directionality * Nucleus: complex audio generator using physical simulation of electromagnetic particles * Polynucleus: a version of Nucleus with vector-oriented polymorphic ports * Tout (Tricorder OUTput): right-extender module for extracting a vector stream from Tricorder Lots of improvements to Tricorder. * Smoother animation * Configurable axis rotation speed * Other minor fixes and improvements Bug fix: Elastika and TubeUnit now save and load Automatic Gain Control settings as part of the patch. Added a context menu option in each attenuverter knob for a 10X low-sensitivity mode. An orange dot appears on the knob to indicate low sensitivity.
This commit is contained in:
parent
4b3b458ffa
commit
23ef0b9dd5
2 changed files with 5 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 9d9d3ae703259b55a2734e03a9421874ebd35cf9
|
Subproject commit 4bf2ad39eeaddcbfcc5cd345aef8c0c4cc722b73
|
|
@ -2871,8 +2871,12 @@ static void initStatic__Sapphire()
|
||||||
p->addModel(modelElastika);
|
p->addModel(modelElastika);
|
||||||
p->addModel(modelFrolic);
|
p->addModel(modelFrolic);
|
||||||
p->addModel(modelGlee);
|
p->addModel(modelGlee);
|
||||||
|
p->addModel(modelHiss);
|
||||||
p->addModel(modelMoots);
|
p->addModel(modelMoots);
|
||||||
|
p->addModel(modelNucleus);
|
||||||
|
p->addModel(modelPolynucleus);
|
||||||
p->addModel(modelTin);
|
p->addModel(modelTin);
|
||||||
|
p->addModel(modelTout);
|
||||||
p->addModel(modelTricorder);
|
p->addModel(modelTricorder);
|
||||||
p->addModel(modelTubeUnit);
|
p->addModel(modelTubeUnit);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue