Rework plugin audio processing, use simple builtin module for it
This commit is contained in:
parent
30134b4b22
commit
caf5ca5df6
14 changed files with 578 additions and 318 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* DISTRHO Cardinal Plugin
|
||||
* Copyright (C) 2021 Filipe Coelho <falktx@falktx.com>
|
||||
* Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License as
|
||||
|
@ -679,6 +679,8 @@ static void initStatic__Cardinal()
|
|||
{
|
||||
p->addModel(modelCardinalBlank);
|
||||
p->addModel(modelGlBars);
|
||||
p->addModel(modelHostAudio2);
|
||||
p->addModel(modelHostAudio8);
|
||||
p->addModel(modelHostCV);
|
||||
p->addModel(modelHostParameters);
|
||||
p->addModel(modelHostTime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue