Browse Source

Update Autinn

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

+ 1
- 1
plugins/Autinn

@@ -1 +1 @@
Subproject commit 62d56dcce75ccfeae9e0182cf680ae01661596a6
Subproject commit ee8d0639e6dce035fb9f93027c907b89258ae8a1

+ 2
- 0
plugins/plugins.cpp View File

@@ -138,6 +138,7 @@ extern Model* modelCoil;
extern Model* modelGeiger;
extern Model* modelSaw2;
extern Model *modelScope;
extern Model *modelExcavi;
#undef modelChord
#undef modelVibrato
#undef modelSnare
@@ -1596,6 +1597,7 @@ static void initStatic__Autinn()
p->addModel(modelGeiger);
p->addModel(modelSaw2);
p->addModel(modelScope);
p->addModel(modelExcavi);
#undef modelChord
#undef modelVibrato
#undef modelSnare


Loading…
Cancel
Save