Skip to content

Commit

Permalink
Do not ship with fundamental on this release, WIP
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Apr 4, 2022
1 parent d633abc commit 6795d8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,7 @@ static void initStatic__FehlerFabrik()
}
}

/* TODO enable this when ready, WIP
static void initStatic__Fundamental()
{
Plugin* const p = new Plugin;
Expand Down Expand Up @@ -1622,6 +1623,7 @@ static void initStatic__Fundamental()
spl.removeModule("Random");
}
}
*/

static void initStatic__GlueTheGiant()
{
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 6795d8a

Please sign in to comment.