diff --git a/doc/LICENSES.md b/doc/LICENSES.md index a8fd559..8254398 100644 --- a/doc/LICENSES.md +++ b/doc/LICENSES.md @@ -119,25 +119,27 @@ Below is a list of artwork licenses from plugins | LittleUtils/fonts/CooperHewitt-*.ttf | OFL-1.1-RFN | | | LittleUtils/fonts/Overpass-*.ttf | OFL-1.1-RFN | | | LittleUtils/fonts/RobotoMono-*.ttf | Apache-2.0 | | -| Lomas Modules | TODO | | +| LomasModules/* | GPL-3.0-or-later | No artwork specific license provided, see [LomasModules#26](https://github.com/LomasModules/LomasModules/issues/26) | +| LomasModules/Fonts/FiraMono-Bold.ttf | OFL-1.1-RFN | | | LyraeModules/* | CC-BY-NC-SA-4.0 | | -| MindMeld | TODO | | -| Mog | TODO | | -| mscHack | TODO | | -| Prism | TODO | | -| Rackwindows | TODO | | -| repelzen | TODO | | +| MindMeld/* | CC-BY-NC-ND-4.0 | | +| MindMeld/fonts/RobotoCondensed-*.ttf | Apache-2.0 | | +| Mog/* | CC0-1.0 | No artwork specific license provided | +| Mog/components/* | CC-BY-NC-4.0 | | +| Mog/Exo2-BoldItalic.ttf | OFL-1.1-RFN | | +| mscHack/* | BSD-3-Clause | No artwork specific license provided, see [mschack#108](https://github.com/mschack/VCV-Rack-Plugins/issues/108) | +| Prism/* | CC-BY-SA-4.0 | | +| Prism/RobotoCondensed-Regular.ttf | Apache-2.0 | | +| Rackwindows/* | MIT | Artwork uses same license as code, see [rackwindows#15](https://github.com/n0jo/rackwindows/issues/15) | +| repelzen/* | CC-BY-SA-4.0 | | | sonusmodular/* | GPL-3.0-or-later | No artwork specific license provided, see [sonusmodular#14](https://gitlab.com/sonusdept/sonusmodular/-/issues/14) | | ValleyAudio/* | GPL-3.0-or-later | No artwork specific license provided, see [ValleyRackFree#73](https://github.com/ValleyAudio/ValleyRackFree/issues/73) | | ValleyAudio/din1451alt.ttf | CC-BY-3.0-DE | | -| ValleyAudio/DSEG14Classic-Italic.ttf | OFL-1.1-RFN | | -| ValleyAudio/ShareTechMono-Regular.ttf | OFL-1.1-RFN | | +| ValleyAudio/DSEG14Classic-*.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) | | ZZC/* | ??? | See [ZZC#89](https://github.com/zezic/ZZC/issues/89) and [ZZC#90](https://github.com/zezic/ZZC/issues/90) | -TODO: Everything after Cardinal -TODO: LittleUtils/fonts/* - ### Rack Below is a list of artwork licenses from Rack diff --git a/plugins/Makefile b/plugins/Makefile index 9f526f1..3b0e745 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -557,7 +557,6 @@ LYRAE_CUSTOM = Delta # MindMeld PLUGIN_FILES += $(wildcard MindMeldModular/src/*.cpp) -PLUGIN_FILES += $(wildcard MindMeldModular/src/dsp/*.cpp) PLUGIN_FILES += $(wildcard MindMeldModular/src/comp/*.cpp) PLUGIN_FILES += $(wildcard MindMeldModular/src/EqMaster/*.cpp) PLUGIN_FILES += $(wildcard MindMeldModular/src/MixMaster/*.cpp) diff --git a/plugins/MindMeldModular b/plugins/MindMeldModular index 621471f..621a29f 160000 --- a/plugins/MindMeldModular +++ b/plugins/MindMeldModular @@ -1 +1 @@ -Subproject commit 621471f6a4e74d3481b0631f372978190cbb06a0 +Subproject commit 621a29f3f1b521582fd11ca7f17635d19faa340c diff --git a/plugins/Prism b/plugins/Prism index 510733e..453da22 160000 --- a/plugins/Prism +++ b/plugins/Prism @@ -1 +1 @@ -Subproject commit 510733e0416f4860452d0994167317adb553435d +Subproject commit 453da225742f3829ba037770245333a28751fbb8 diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index bcb4596..9657180 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -416,6 +416,7 @@ extern Model* modelMixMaster; extern Model* modelAuxExpander; extern Model* modelMeld; extern Model* modelUnmeld; +extern Model* modelMSMelder; extern Model* modelEqMaster; extern Model* modelEqExpander; extern Model* modelBassMaster; @@ -1679,6 +1680,7 @@ static void initStatic__MindMeld() p->addModel(modelAuxExpander); p->addModel(modelMeld); p->addModel(modelUnmeld); + p->addModel(modelMSMelder); p->addModel(modelEqMaster); p->addModel(modelEqExpander); p->addModel(modelBassMaster);