From 7e2eeb89763166eadfe691f4183fde54461f88ac Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 30 Apr 2022 03:39:33 +0100 Subject: [PATCH] Update Befaco, adds Channel Strip Signed-off-by: falkTX --- plugins/Befaco | 2 +- plugins/plugins.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Befaco b/plugins/Befaco index 7e0b020..dcd9a59 160000 --- a/plugins/Befaco +++ b/plugins/Befaco @@ -1 +1 @@ -Subproject commit 7e0b020000225e3d2aecba3f09054595339fe540 +Subproject commit dcd9a59ea785d7efebd39ea5564823c72f2fdddf diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index b71f89c..e8bd9a3 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -1226,6 +1226,7 @@ static void initStatic__Befaco() p->addModel(modelMuxlicer); p->addModel(modelMex); p->addModel(modelNoisePlethora); + p->addModel(modelChannelStrip); #undef modelADSR #undef modelMixer }