Update Befaco, adds PonyVCO

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-01 22:07:05 +00:00
parent 55c87c2ed8
commit 5b85e61d9b
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 2 deletions

View file

@ -1468,6 +1468,7 @@ static void initStatic__Befaco()
p->addModel(modelMex);
p->addModel(modelNoisePlethora);
p->addModel(modelChannelStrip);
p->addModel(modelPonyVCO);
#undef modelADSR
#undef modelMixer
}