Needed tweaks for updated modules

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-14 16:19:19 +01:00
parent 8e22956eb4
commit 0d4094d49f
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
9 changed files with 22 additions and 10 deletions

View file

@ -2288,8 +2288,11 @@ static void initStatic__PathSet()
if (spl.ok())
{
p->addModel(modelShiftyMod);
p->addModel(modelShiftyExpander);
p->addModel(modelIceTray);
p->addModel(modelAstroVibe);
p->addModel(modelGlassPane);
p->addModel(modelNudge);
}
}
@ -2492,6 +2495,7 @@ static void initStatic__Voxglitch()
p->addModel(modelRepeater);
p->addModel(modelSamplerX8);
p->addModel(modelSatanonaut);
p->addModel(modelGrooveBox);
p->addModel(modelWavBank);
p->addModel(modelWavBankMC);
p->addModel(modelXY);