diff --git a/README.md b/README.md index 4e33102..a2054f3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ At the moment the following 3rd-party modules are provided: - Atelier (*) - Audible Instruments - Befaco -- Bidoo (*) +- Bidoo - Bogaudio - cf - DrumKit diff --git a/doc/LICENSES.md b/doc/LICENSES.md index 538ad56..17812ca 100644 --- a/doc/LICENSES.md +++ b/doc/LICENSES.md @@ -20,7 +20,7 @@ Bellow follows a list of all code licenses used in Cardinal and linked submodule | Atelier | GPL-3.0-only | GPLv3+ change request https://github.com/Xenakios/Atelier/issues/18 | | Audible Instruments | GPL-3.0-or-later | | | Befaco | GPL-3.0-or-later | | -| Bidoo | GPL-3.0-only | GPLv3+ change request https://github.com/sebastien-bouffier/Bidoo/issues/186 | +| Bidoo | GPL-3.0-or-later | | | Bogaudio | GPL-3.0-or-later | | | Cardinal | GPL-3.0-or-later | Internal Cardinal-only modules | | cf | BSD-3-Clause | | diff --git a/plugins/Bidoo b/plugins/Bidoo index d77b971..11f93b7 160000 --- a/plugins/Bidoo +++ b/plugins/Bidoo @@ -1 +1 @@ -Subproject commit d77b971fa28d28270346f4465dfcbc40bd3e5b08 +Subproject commit 11f93b7b44256a821ecd5095267afced2f3796b5 diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index a2dd9d5..d5623e2 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -789,6 +789,7 @@ static void initStatic__Bidoo() p->addModel(modelZINC); p->addModel(modelFREIN); p->addModel(modelHCTIP); + p->addModel(modelSPORE); p->addModel(modelDFUZE); p->addModel(modelREI); p->addModel(modelRABBIT); diff --git a/src/override/dep.cpp b/src/override/dep.cpp index 0abf939..d7a1c9b 100644 --- a/src/override/dep.cpp +++ b/src/override/dep.cpp @@ -327,6 +327,7 @@ static const struct { { "/Bidoo/RABBIT.svg", {}, -1 }, { "/Bidoo/REI.svg", {}, -1 }, { "/Bidoo/SIGMA.svg", {}, -1 }, + { "/Bidoo/SPORE.svg", {}, -1 }, { "/Bidoo/TIARE.svg", {}, -1 }, { "/Bidoo/TOCANTE.svg", {"rect843"}, -1 }, { "/Bidoo/VOID.svg", {}, -1 },