Switch to custom juce from carla, update surge

This commit is contained in:
falkTX 2023-02-10 22:16:22 +00:00
parent 68c94903e3
commit 0ac2736dfa
7 changed files with 23 additions and 8 deletions

View file

@ -2883,6 +2883,7 @@ static void initStatic__surgext()
p->addModel(modelSurgeVCF);
p->addModel(modelSurgeDelay);
p->addModel(modelSurgeDelayLineByFreq);
p->addModel(modelSurgeDelayLineByFreqExpanded);
p->addModel(modelSurgeWaveshaper);
p->addModel(modelSurgeLFO);
p->addModel(modelSurgeMixer);
@ -2907,11 +2908,9 @@ static void initStatic__surgext()
p->addModel(modelFXSpringReverb);
p->addModel(modelFXTreeMonster);
/* v2.1 modules
p->addModel(modelEGxVCA);
p->addModel(modelQuadAD);
p->addModel(modelQuadLFO);
*/
surgext_rack_initialize();
}