1
Fork 0

Do not ship with fundamental on this release, WIP

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-04-04 21:54:26 +01:00
parent d633abc35c
commit 6795d8acba
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions

View File

@ -1582,6 +1582,7 @@ static void initStatic__FehlerFabrik()
}
}
/* TODO enable this when ready, WIP
static void initStatic__Fundamental()
{
Plugin* const p = new Plugin;
@ -1622,6 +1623,7 @@ static void initStatic__Fundamental()
spl.removeModule("Random");
}
}
*/
static void initStatic__GlueTheGiant()
{
@ -2497,7 +2499,9 @@ void initStaticPlugins()
initStatic__ExpertSleepersEncoders();
initStatic__Extratone();
initStatic__FehlerFabrik();
/* TODO enable this when ready, WIP
initStatic__Fundamental();
*/
initStatic__GlueTheGiant();
initStatic__GoodSheperd();
initStatic__GrandeModular();