Signed-off-by: falkTX <falktx@falktx.com>tags/22.02
@@ -83,6 +83,7 @@ At the moment the following 3rd-party modules are provided: | |||||
- Aria Salvatrice | - Aria Salvatrice | ||||
- Bacon Music | - Bacon Music | ||||
- Bogaudio | - Bogaudio | ||||
- cf | |||||
- ChowDSP | - ChowDSP | ||||
- DrumKit | - DrumKit | ||||
- E-Series | - E-Series | ||||
@@ -114,7 +115,6 @@ Potentially coming soon, currently sorting out license situation: | |||||
- Audible Instruments | - Audible Instruments | ||||
- Befaco | - Befaco | ||||
- Bidoo | - Bidoo | ||||
- cf | |||||
- Fundamental | - Fundamental | ||||
- ihtsyn | - ihtsyn | ||||
- ZZC | - ZZC | ||||
@@ -96,6 +96,10 @@ Below is a list of artwork licenses from plugins | |||||
| BogaudioModules/fonts/inconsolata*.ttf | OFL-1.1-no-RFN | | | | BogaudioModules/fonts/inconsolata*.ttf | OFL-1.1-no-RFN | | | ||||
| Cardinal/* | CC0-1.0 | | | | Cardinal/* | CC0-1.0 | | | ||||
| Cardinal/Miku/Miku.png | CC-BY-NC-3.0 | https://piapro.net/intl/en_for_creators.html | | | Cardinal/Miku/Miku.png | CC-BY-NC-3.0 | https://piapro.net/intl/en_for_creators.html | | ||||
| cf/* | BSD-3-Clause | No artwork specific license provided | | |||||
| cf/DejaVuSansMono.ttf | Bitstream-Vera | | | |||||
| cf/Segment7Standard.ttf | OFL-1.1-RFN | | | |||||
| cf/VT323-Regular.ttf | OFL-1.1-no-RFN | | | |||||
| ChowDSP/* | GPL-3.0-or-later | | | | ChowDSP/* | GPL-3.0-or-later | | | ||||
| ChowDSP/fonts/RobotoCondensed-*.ttf | Apache-2.0 | | | | ChowDSP/fonts/RobotoCondensed-*.ttf | Apache-2.0 | | | ||||
| DrumKit/* | CC0-1.0 | | | | DrumKit/* | CC0-1.0 | | | ||||
@@ -136,7 +140,7 @@ Below is a list of artwork licenses from plugins | |||||
| ValleyAudio/din1451alt.ttf | CC-BY-3.0-DE | | | | ValleyAudio/din1451alt.ttf | CC-BY-3.0-DE | | | ||||
| ValleyAudio/DSEG14Classic-*.ttf | OFL-1.1-RFN | | | | ValleyAudio/DSEG14Classic-*.ttf | OFL-1.1-RFN | | | ||||
| ValleyAudio/ShareTechMono-*.ttf | OFL-1.1-RFN | | | | ValleyAudio/ShareTechMono-*.ttf | OFL-1.1-RFN | | | ||||
| ZetaCarinaeModules/* | GPL-3.0-or-later | No artwork specific license provided, see [ZetaCarinaeModules#8](https://github.com/mhampton/ZetaCarinaeModules/issues/8) | | |||||
| ZetaCarinaeModules/* | GPL-3.0-or-later | No artwork specific license provided | | |||||
Bellow follows a list of artwork licenses from potentially coming plugins. | Bellow follows a list of artwork licenses from potentially coming plugins. | ||||
@@ -150,11 +154,6 @@ Bellow follows a list of artwork licenses from potentially coming plugins. | |||||
| Befaco/components/* | CC-BY-NC-4.0 | | | | Befaco/components/* | CC-BY-NC-4.0 | | | ||||
| Befaco/panels/* | Custom | Copyright © [Befaco](https://www.befaco.org/), used and distributed with permission (TODO ask for it) | | | Befaco/panels/* | Custom | Copyright © [Befaco](https://www.befaco.org/), used and distributed with permission (TODO ask for it) | | ||||
| Bidoo/* | CC-BY-NC-ND-4.0 | | | | Bidoo/* | CC-BY-NC-ND-4.0 | | | ||||
| cf/* | BSD-3-Clause | No artwork specific license provided (TODO check intentional) | | |||||
| cf/ArialBlack.ttf | Custom | https://docs.microsoft.com/en-us/typography/fonts/font-faq | | |||||
| cf/DejaVuSansMono.ttf | Bitstream-Vera | | | |||||
| cf/LEDCalculator.ttf | Custom | Free for personal use | | |||||
| cf/Segment7Standard.ttf | OFL-1.1-RFN | | | |||||
| ihtsyn/* | GPL-3.0-or-later | No artwork specific license provided, author has deleted this repo | | | ihtsyn/* | GPL-3.0-or-later | No artwork specific license provided, author has deleted this repo | | ||||
| ihtsyn/LEDCalculator.ttf | Custom | Free for personal use | | | ihtsyn/LEDCalculator.ttf | Custom | Free for personal use | | ||||
| ZZC/* | ??? | See [ZZC#89](https://github.com/zezic/ZZC/issues/89) and [ZZC#90](https://github.com/zezic/ZZC/issues/90) | | | ZZC/* | ??? | See [ZZC#89](https://github.com/zezic/ZZC/issues/89) and [ZZC#90](https://github.com/zezic/ZZC/issues/90) | | ||||
@@ -412,7 +412,7 @@ PLUGIN_FILES += $(wildcard ChowDSP/lib/r8lib/*.cpp) | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# cf | # cf | ||||
# PLUGIN_FILES += $(filter-out cf/src/plugin.cpp,$(wildcard cf/src/*.cpp)) | |||||
PLUGIN_FILES += $(filter-out cf/src/plugin.cpp,$(wildcard cf/src/*.cpp)) | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# DrumKit | # DrumKit | ||||
@@ -1 +1 @@ | |||||
Subproject commit f4e237653b0f32c0e70c42664d78f4908170c4e8 | |||||
Subproject commit 16470fb91bc14a7bb1aa8e646b6461af82f81275 |
@@ -251,9 +251,7 @@ extern Model* modelTestVCF; | |||||
#undef modelVCO | #undef modelVCO | ||||
// cf | // cf | ||||
/* | |||||
#include "cf/src/plugin.hpp" | #include "cf/src/plugin.hpp" | ||||
*/ | |||||
// ChowDSP | // ChowDSP | ||||
#include "ChowDSP/src/plugin.hpp" | #include "ChowDSP/src/plugin.hpp" | ||||
@@ -530,7 +528,7 @@ Plugin* pluginInstance__Bacon; | |||||
// Plugin* pluginInstance__Befaco; | // Plugin* pluginInstance__Befaco; | ||||
// Plugin* pluginInstance__Bidoo; | // Plugin* pluginInstance__Bidoo; | ||||
Plugin* pluginInstance__BogaudioModules; | Plugin* pluginInstance__BogaudioModules; | ||||
// Plugin* pluginInstance__cf; | |||||
Plugin* pluginInstance__cf; | |||||
Plugin* pluginInstance__ChowDSP; | Plugin* pluginInstance__ChowDSP; | ||||
extern Plugin* pluginInstance__DrumKit; | extern Plugin* pluginInstance__DrumKit; | ||||
Plugin* pluginInstance__ESeries; | Plugin* pluginInstance__ESeries; | ||||
@@ -1204,7 +1202,6 @@ static void initStatic__BogaudioModules() | |||||
} | } | ||||
} | } | ||||
/* | |||||
static void initStatic__cf() | static void initStatic__cf() | ||||
{ | { | ||||
Plugin* const p = new Plugin; | Plugin* const p = new Plugin; | ||||
@@ -1241,7 +1238,6 @@ static void initStatic__cf() | |||||
p->addModel(modelDAVE); | p->addModel(modelDAVE); | ||||
} | } | ||||
} | } | ||||
*/ | |||||
static void initStatic__ChowDSP() | static void initStatic__ChowDSP() | ||||
{ | { | ||||
@@ -1959,7 +1955,7 @@ void initStaticPlugins() | |||||
// initStatic__Befaco(); | // initStatic__Befaco(); | ||||
// initStatic__Bidoo(); | // initStatic__Bidoo(); | ||||
initStatic__BogaudioModules(); | initStatic__BogaudioModules(); | ||||
// initStatic__cf(); | |||||
initStatic__cf(); | |||||
initStatic__ChowDSP(); | initStatic__ChowDSP(); | ||||
initStatic__DrumKit(); | initStatic__DrumKit(); | ||||
initStatic__ESeries(); | initStatic__ESeries(); | ||||
@@ -351,8 +351,7 @@ static const struct { | |||||
{ "/Bidoo/ZINC.svg", {}, -1 }, | { "/Bidoo/ZINC.svg", {}, -1 }, | ||||
{ "/Bidoo/ZOUMAI.svg", {}, -1 }, | { "/Bidoo/ZOUMAI.svg", {}, -1 }, | ||||
*/ | */ | ||||
/* | |||||
// BSD-3-Clause ?? | |||||
// BSD-3-Clause | |||||
{ "/cf/ALGEBRA.svg", {}, -1 }, | { "/cf/ALGEBRA.svg", {}, -1 }, | ||||
{ "/cf/BUFFER.svg", {}, -1 }, | { "/cf/BUFFER.svg", {}, -1 }, | ||||
{ "/cf/CHOKE.svg", {}, -1 }, | { "/cf/CHOKE.svg", {}, -1 }, | ||||
@@ -379,7 +378,6 @@ static const struct { | |||||
{ "/cf/SUB.svg", {}, -1 }, | { "/cf/SUB.svg", {}, -1 }, | ||||
{ "/cf/trSEQ.svg", {}, -1 }, | { "/cf/trSEQ.svg", {}, -1 }, | ||||
{ "/cf/VARIABLE.svg", {}, -1 }, | { "/cf/VARIABLE.svg", {}, -1 }, | ||||
*/ | |||||
// CC0-1.0 | // CC0-1.0 | ||||
{ "/DrumKit/Baronial.svg", {}, -1 }, | { "/DrumKit/Baronial.svg", {}, -1 }, | ||||
{ "/DrumKit/BD9.svg", {}, -1 }, | { "/DrumKit/BD9.svg", {}, -1 }, | ||||