Update Befaco, adds Noise Plethora

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-03-08 19:26:10 +00:00
parent f9ef4c8c89
commit 407b71a7d8
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 1 deletions

View file

@ -1209,6 +1209,7 @@ static void initStatic__Befaco()
p->addModel(modelSTMix);
p->addModel(modelMuxlicer);
p->addModel(modelMex);
p->addModel(modelNoisePlethora);
#undef modelADSR
#undef modelMixer
}