Browse Source

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.
pull/852/head
Don Cross 6 months ago
parent
commit
2b535ae833
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 b327e44a02a15971070494870c5aa7355f4ccbf3

+ 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