Browse Source

Update Autinn.

pull/905/head
rl2939 3 weeks ago
parent
commit
2798b36339
3 changed files with 3 additions and 4 deletions
  1. +1
    -1
      plugins/Autinn
  2. +1
    -1
      plugins/Makefile
  3. +1
    -2
      plugins/plugins.cpp

+ 1
- 1
plugins/Autinn

@@ -1 +1 @@
Subproject commit 37a54f22e97b549bda90cfa22994f894eccb6cab
Subproject commit 62d56dcce75ccfeae9e0182cf680ae01661596a6

+ 1
- 1
plugins/Makefile View File

@@ -531,7 +531,7 @@ MINIPLUGIN_FILES += AudibleInstruments/eurorack/stmlib/utils/random.cc

PLUGIN_FILES += $(wildcard Autinn/src/*.cpp)

AUTINN_CUSTOM = Chord Vibrato Snare Scope
AUTINN_CUSTOM = Chord Vibrato Snare Scope ScopeDisplay
AUTINN_CUSTOM_PER_FILE = AutoLevelMenuItem

# --------------------------------------------------------------


+ 1
- 2
plugins/plugins.cpp View File

@@ -1595,8 +1595,7 @@ static void initStatic__Autinn()
p->addModel(modelCoil);
p->addModel(modelGeiger);
p->addModel(modelSaw2);

spl.removeModule("Scope40"); // WIP
p->addModel(modelScope);
#undef modelChord
#undef modelVibrato
#undef modelSnare


Loading…
Cancel
Save