Browse Source

Update Bidoo, now GPLv3+ compatible! :D

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 4 years ago
parent
commit
62af644a49
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
5 changed files with 5 additions and 3 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      doc/LICENSES.md
  3. +1
    -1
      plugins/Bidoo
  4. +1
    -0
      plugins/plugins.cpp
  5. +1
    -0
      src/override/dep.cpp

+ 1
- 1
README.md View File

@@ -56,7 +56,7 @@ At the moment the following 3rd-party modules are provided:
- Atelier (*)
- Audible Instruments
- Befaco
- Bidoo (*)
- Bidoo
- Bogaudio
- cf
- DrumKit


+ 1
- 1
doc/LICENSES.md View File

@@ -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 | |


+ 1
- 1
plugins/Bidoo

@@ -1 +1 @@
Subproject commit d77b971fa28d28270346f4465dfcbc40bd3e5b08
Subproject commit 11f93b7b44256a821ecd5095267afced2f3796b5

+ 1
- 0
plugins/plugins.cpp View File

@@ -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);


+ 1
- 0
src/override/dep.cpp View File

@@ -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 },


Loading…
Cancel
Save