Sapphire v 2.5.5: new module Chaops. (#770)

Chaops is a left-expander for chaos modules Frolic, Glee, and Lark
that adds new functionality to them.

Improved CPU efficiency of Frolic, Glee, Lark by 30x in Turbo Mode.
No longer need a CPU usage warning.

Display chaos mode on top of CHOAS knob in Glee and Lark.
Display "T" on top of SPEED knob when Turbo Mode is enabled.
This commit is contained in:
Don Cross 2024-12-09 15:08:20 -05:00 committed by GitHub
parent 0c8cebb5cb
commit 975ce3ff70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6c39e81f48225e559181d4f60087b793c7356cee
Subproject commit fcfdfab93efed535ea65e0a47c870f6e2e6654be

View file

@ -3150,6 +3150,7 @@ static void initStatic__Sapphire()
const StaticPluginLoader spl(p, "Sapphire");
if (spl.ok())
{
p->addModel(modelSapphireChaops);
p->addModel(modelSapphireElastika);
p->addModel(modelSapphireFrolic);
p->addModel(modelSapphireGalaxy);