diff --git a/plugins/Autinn b/plugins/Autinn index 62d56dc..ee8d063 160000 --- a/plugins/Autinn +++ b/plugins/Autinn @@ -1 +1 @@ -Subproject commit 62d56dcce75ccfeae9e0182cf680ae01661596a6 +Subproject commit ee8d0639e6dce035fb9f93027c907b89258ae8a1 diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index 276355d..691b424 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -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