Browse Source

update JW-Modules

update/jw-modules
dreamer 9 months ago
parent
commit
2074c8a3eb
4 changed files with 8 additions and 2 deletions
  1. +1
    -0
      docs/LICENSES.md
  2. +1
    -1
      plugins/JW-Modules
  3. +1
    -1
      plugins/Makefile
  4. +5
    -0
      plugins/plugins.cpp

+ 1
- 0
docs/LICENSES.md View File

@@ -201,6 +201,7 @@ Below is a list of artwork licenses from plugins
| ImpromptuModular/res/comp/complib/* | CC-BY-NC-4.0 | |
| JW-Modules/* | BSD-3-Clause | No artwork specific license provided |
| JW-Modules/DejaVuSansMono.ttf | Bitstream-Vera | Unused in Cardinal |
| JW-Modules/res/fonts/ShareTechMono-Regular.ttf | OFL-1.1 | |
| kocmoc/* | GPL-3.0-or-later | No artwork specific license provided |
| LifeFormModular/* | MIT | No artwork specific license provided |
| LilacLoop/* | GPL-3.0-or-later | No artwork specific license provided |


+ 1
- 1
plugins/JW-Modules

@@ -1 +1 @@
Subproject commit d49cb1de630f278852d098dfbb09e3f4c9a8165e
Subproject commit 72c8b569dd2cc12ce16abe2da582fc58e07c3d54

+ 1
- 1
plugins/Makefile View File

@@ -824,7 +824,7 @@ endif
endif

# modules/types which are present in other plugins
JW_CUSTOM = PlayHead Quantizer
JW_CUSTOM = PlayHead Quantizer Arrange

# --------------------------------------------------------------
# kocmoc


+ 5
- 0
plugins/plugins.cpp View File

@@ -570,8 +570,10 @@ extern Model* modelBlankPanel;

// JW-Modules
#define modelQuantizer modelJWQuantizer
#define modelArrange modelJWArrange
#include "JW-Modules/src/JWModules.hpp"
#undef modelQuantizer
#undef modelArrange

// kocmoc
#include "kocmoc/src/plugin.hpp"
@@ -2539,6 +2541,7 @@ static void initStatic__JW()
if (spl.ok())
{
#define modelQuantizer modelJWQuantizer
#define modelArrange modelJWArrange
p->addModel(modelAdd5);
p->addModel(modelAbcdSeq);
p->addModel(modelBouncyBalls);
@@ -2574,7 +2577,9 @@ static void initStatic__JW()
#else
spl.removeModule("Str1ker");
#endif
p->addModel(modelArrange);
#undef modelQuantizer
#undef modelArrange
}
}



Loading…
Cancel
Save