Update a few modules and VCV

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-23 20:40:34 +00:00
parent 4c4c3ae135
commit 8df28459a2
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
13 changed files with 29 additions and 27 deletions

View file

@ -203,6 +203,7 @@ void setupSamples();
/* NOTE too much noise in original include, do this a different way
// #include "ImpromptuModular/src/ImpromptuModular.hpp"
*/
extern Model *modelAdaptiveQuantizer;
extern Model *modelBigButtonSeq;
extern Model *modelBigButtonSeq2;
extern Model *modelChordKey;
@ -1002,6 +1003,7 @@ static void initStatic__ImpromptuModular()
const StaticPluginLoader spl(p, "ImpromptuModular");
if (spl.ok())
{
p->addModel(modelAdaptiveQuantizer);
p->addModel(modelBigButtonSeq);
p->addModel(modelBigButtonSeq2);
p->addModel(modelChordKey);