Initial implementation for Carla module

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-07 20:17:04 +00:00
parent 38702e91f2
commit 6f00c5370c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
11 changed files with 938 additions and 14 deletions

View file

@ -405,6 +405,7 @@ static void initStatic__Cardinal()
const StaticPluginLoader spl(p, "Cardinal");
if (spl.ok())
{
p->addModel(modelCarla);
p->addModel(modelGlBars);
p->addModel(modelIldaeil);
p->addModel(modelHostParameters);