Fix whitespace and wording
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
b57cb219b2
commit
83ef7f224e
3 changed files with 16 additions and 17 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -189,4 +189,4 @@
|
||||||
url = https://github.com/CardinalModules/Fundamental.git
|
url = https://github.com/CardinalModules/Fundamental.git
|
||||||
[submodule "plugins/unless_modules"]
|
[submodule "plugins/unless_modules"]
|
||||||
path = plugins/unless_modules
|
path = plugins/unless_modules
|
||||||
url = https://gitlab.com/unlessgames/unless_modules
|
url = https://gitlab.com/unlessgames/unless_modules.git
|
||||||
|
|
|
@ -184,9 +184,9 @@ Below is a list of artwork licenses from plugins
|
||||||
| repelzen/* | CC-BY-SA-4.0 | |
|
| repelzen/* | CC-BY-SA-4.0 | |
|
||||||
| sonusmodular/* | GPL-3.0-or-later | [Same license as source code](https://gitlab.com/sonusdept/sonusmodular/-/issues/14) |
|
| sonusmodular/* | GPL-3.0-or-later | [Same license as source code](https://gitlab.com/sonusdept/sonusmodular/-/issues/14) |
|
||||||
| stocaudio/* | GPL-3.0-or-later | No artwork specific license provided |
|
| stocaudio/* | GPL-3.0-or-later | No artwork specific license provided |
|
||||||
| unless_modules/* | CC BY-NC-ND 4.0 | |
|
| unless_modules/* | CC-BY-NC-ND-4.0 | |
|
||||||
| unless_modules/font/CuteFont-Regular.ttf| OFL-1.1 | |
|
| unless_modules/font/CuteFont-Regular.ttf| OFL-1.1 | |
|
||||||
| unless_modules/font/Terminus.ttf | GPL-2.0 | |
|
| unless_modules/font/Terminus.ttf | GPL-2.0-or-later | [Starting from v4.32, font license is OFL-1.1](https://files.ax86.net/terminus-ttf/#license) |
|
||||||
| ValleyAudio/* | GPL-3.0-or-later | [Same license as source code](https://github.com/ValleyAudio/ValleyRackFree/issues/73) |
|
| ValleyAudio/* | GPL-3.0-or-later | [Same license as source code](https://github.com/ValleyAudio/ValleyRackFree/issues/73) |
|
||||||
| 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 | |
|
||||||
|
|
|
@ -650,7 +650,6 @@ extern Model* modelBlankPanel;
|
||||||
// unless_modules
|
// unless_modules
|
||||||
#include "unless_modules/src/unless.hpp"
|
#include "unless_modules/src/unless.hpp"
|
||||||
|
|
||||||
|
|
||||||
// ValleyAudio
|
// ValleyAudio
|
||||||
#include "ValleyAudio/src/Valley.hpp"
|
#include "ValleyAudio/src/Valley.hpp"
|
||||||
|
|
||||||
|
@ -2382,6 +2381,7 @@ static void initStatic__stocaudio()
|
||||||
p->addModel(modelSpread);
|
p->addModel(modelSpread);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void initStatic__unless_modules()
|
static void initStatic__unless_modules()
|
||||||
{
|
{
|
||||||
Plugin* const p = new Plugin;
|
Plugin* const p = new Plugin;
|
||||||
|
@ -2390,22 +2390,21 @@ static void initStatic__unless_modules()
|
||||||
const StaticPluginLoader spl(p, "unless_modules");
|
const StaticPluginLoader spl(p, "unless_modules");
|
||||||
if (spl.ok())
|
if (spl.ok())
|
||||||
{
|
{
|
||||||
// unless_modules::init_theme();
|
// unless_modules::init_theme();
|
||||||
// theme = _less::Theme();
|
// theme = _less::Theme();
|
||||||
p->addModel(modelPiong);
|
p->addModel(modelPiong);
|
||||||
p->addModel(modelChainkov);
|
p->addModel(modelChainkov);
|
||||||
p->addModel(modelAtoms);
|
p->addModel(modelAtoms);
|
||||||
p->addModel(modelCantor);
|
p->addModel(modelCantor);
|
||||||
p->addModel(modelRoom);
|
p->addModel(modelRoom);
|
||||||
p->addModel(modelSnake);
|
p->addModel(modelSnake);
|
||||||
p->addModel(modelTowers);
|
p->addModel(modelTowers);
|
||||||
p->addModel(modelPianoid);
|
p->addModel(modelPianoid);
|
||||||
p->addModel(modelPremuter);
|
p->addModel(modelPremuter);
|
||||||
p->addModel(modelAvoider);
|
p->addModel(modelAvoider);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void initStatic__ValleyAudio()
|
static void initStatic__ValleyAudio()
|
||||||
{
|
{
|
||||||
Plugin* const p = new Plugin;
|
Plugin* const p = new Plugin;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue