Skip to content

Commit

Permalink
Release 2.0.1c alpha test for V2.0 finally
Browse files Browse the repository at this point in the history
Only been compiled on ubuntu
  • Loading branch information
curlymorphic committed Dec 30, 2022
1 parent 98229d6 commit 47f20c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
"Sequencer"
]
},

{
"slug": "Hula",
"name": "Hula",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ void init (::rack::Plugin* p)
p->addModel (modelIversonJr);
p->addModel (modelZilah);
p->addModel (modelHula);
// p->addModel (modelAmburgh);
p->addModel (modelAmburgh);
}
2 changes: 1 addition & 1 deletion src/plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ extern Model* modelIverson;
extern Model* modelIversonJr;
extern Model* modelZilah;
extern Model* modelHula;
//extern Model* modelAmburgh;
extern Model* modelAmburgh;


0 comments on commit 47f20c1

Please sign in to comment.