Browse Source

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.
tags/26.01
Don Cross GitHub 5 months ago
parent
commit
52c3470e4e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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 e2bcefcaa7753f017cd131a28aae0e5e346aafec
Subproject commit ef10da4e2578162b2db2f6534857d6504491daf4

+ 1
- 0
plugins/plugins.cpp View File

@@ -3234,6 +3234,7 @@ static void initStatic__Sapphire()
p->addModel(modelSapphireTout);
p->addModel(modelSapphireTricorder);
p->addModel(modelSapphireTubeUnit);
p->addModel(modelSapphireZoo);
}
}



Loading…
Cancel
Save