Browse Source

Update modules

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.05
falkTX 3 years ago
parent
commit
8e22956eb4
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
17 changed files with 20 additions and 18 deletions
  1. +0
    -1
      docs/LICENSES.md
  2. +1
    -1
      plugins/AmalgamatedHarmonics
  3. +1
    -1
      plugins/Bidoo
  4. +1
    -1
      plugins/BogaudioModules
  5. +1
    -1
      plugins/ChowDSP
  6. +1
    -1
      plugins/GrandeModular
  7. +1
    -1
      plugins/ImpromptuModular
  8. +1
    -1
      plugins/Meander
  9. +1
    -1
      plugins/MindMeldModular
  10. +1
    -1
      plugins/PathSet
  11. +1
    -1
      plugins/PinkTrombone
  12. +1
    -1
      plugins/Prism
  13. +1
    -1
      plugins/ValleyAudio
  14. +1
    -1
      plugins/WhatTheRack
  15. +5
    -2
      plugins/plugins.cpp
  16. +1
    -1
      plugins/repelzen
  17. +1
    -1
      plugins/voxglitch

+ 0
- 1
docs/LICENSES.md View File

@@ -166,7 +166,6 @@ Below is a list of artwork licenses from plugins
| Meander/* | GPL-3.0-or-later | No artwork specific license provided |
| Meander/Bravura.otf | OFL-1.1-RFN | |
| Meander/DejaVuSansMono.ttf | Bitstream-Vera | |
| Meander/Segment7Standard.ttf | OFL-1.1-RFN | |
| Meander/Ubuntu Condensed 400.ttf | UFL-1.0 | Ubuntu Font License, based on OFL-1.1 |
| MindMeld/* | CC-BY-NC-ND-4.0 | |
| MindMeld/fonts/RobotoCondensed-*.ttf | Apache-2.0 | |


+ 1
- 1
plugins/AmalgamatedHarmonics

@@ -1 +1 @@
Subproject commit 21a031870db2068a98d9690eaffc24bbbfc99c2e
Subproject commit ab362486d556255f64a35ee3f71a3da87fe94ce8

+ 1
- 1
plugins/Bidoo

@@ -1 +1 @@
Subproject commit f771bf270393b8587516329614ba76e2894355b7
Subproject commit 9440a7f2bcd6a3f8678b013d2274d2061088833b

+ 1
- 1
plugins/BogaudioModules

@@ -1 +1 @@
Subproject commit a86e7d7b18e0c7cb6e857df36263b0e85bf85566
Subproject commit 4af2e2d38004b98645deb8a25c7ec74c7c8f1a03

+ 1
- 1
plugins/ChowDSP

@@ -1 +1 @@
Subproject commit 52f89b94a25828f9debf8bca4d58854fb1e70228
Subproject commit 25ed277c274d75b338df519243f6b47475958a28

+ 1
- 1
plugins/GrandeModular

@@ -1 +1 @@
Subproject commit b0d8a6fcdb28d2e56d6b024326a7378a2c8ee45d
Subproject commit 3d6524320ce33569e3553a53571c45425ba5d078

+ 1
- 1
plugins/ImpromptuModular

@@ -1 +1 @@
Subproject commit 2bd5691c8f12e21e1e6db33e42fe2fe3db7726a3
Subproject commit eb514f1e867a5626918dd70b947908b3181f66b8

+ 1
- 1
plugins/Meander

@@ -1 +1 @@
Subproject commit 48e654b53a70a4e36f851fe10d12d9570081cdb6
Subproject commit c095824708947630d9db6a6b7afcd51bdaa0a009

+ 1
- 1
plugins/MindMeldModular

@@ -1 +1 @@
Subproject commit a721e381fa1d72d738c9c2daae08c740107e3d5e
Subproject commit 12e235b969530e9ba29b767265483fe6a770e9d4

+ 1
- 1
plugins/PathSet

@@ -1 +1 @@
Subproject commit d03e8b486deba4740bc7f15ae95a08d823a7d00a
Subproject commit db63f26173303970b9203e84c9e7680f5bbe4e12

+ 1
- 1
plugins/PinkTrombone

@@ -1 +1 @@
Subproject commit ea6ab0c6887102ebbf6e3534e0e891b867b130cc
Subproject commit 87ecd0ff5212a65b064444362e76c9bf94c01826

+ 1
- 1
plugins/Prism

@@ -1 +1 @@
Subproject commit 8a9cc034d905079f156ed6c64efaeb4baf81490f
Subproject commit 12db31e801907bf60f70d27fa133e72903415304

+ 1
- 1
plugins/ValleyAudio

@@ -1 +1 @@
Subproject commit 98698dc28e6ed7aec56e4ab8280171a160d673ef
Subproject commit 80e8976eebbea1e1177beba4de5645eb0ca680e3

+ 1
- 1
plugins/WhatTheRack

@@ -1 +1 @@
Subproject commit c10856fd0e02c057a11c3c15b345fcea8b0abce3
Subproject commit 82c3c5e11176c364b61d501059d9182e86464eca

+ 5
- 2
plugins/plugins.cpp View File

@@ -401,12 +401,13 @@ extern Model* modelPhraseSeq16;
extern Model* modelPhraseSeq32;
extern Model* modelPhraseSeqExpander;
extern Model* modelProbKey;
// extern Model* modelProbKeyExpander;
extern Model* modelSemiModularSynth;
extern Model* modelSygen;
extern Model* modelTact;
extern Model* modelTact1;
extern Model* modelTactG;
extern Model* modelTwelveKey;
extern Model* modelVariations;
extern Model* modelWriteSeq32;
extern Model* modelWriteSeq64;
extern Model* modelBlankPanel;
@@ -1709,6 +1710,7 @@ static void initStatic__GrandeModular()
p->addModel(modelTails);
p->addModel(modelVarSampleDelays);
p->addModel(modelVCA3);
p->addModel(modelVCA4);
}
}

@@ -1813,12 +1815,13 @@ static void initStatic__ImpromptuModular()
p->addModel(modelPhraseSeq32);
p->addModel(modelPhraseSeqExpander);
p->addModel(modelProbKey);
// p->addModel(modelProbKeyExpander);
p->addModel(modelSemiModularSynth);
p->addModel(modelSygen);
p->addModel(modelTact);
p->addModel(modelTact1);
p->addModel(modelTactG);
p->addModel(modelTwelveKey);
p->addModel(modelVariations);
p->addModel(modelWriteSeq32);
p->addModel(modelWriteSeq64);
p->addModel(modelBlankPanel);


+ 1
- 1
plugins/repelzen

@@ -1 +1 @@
Subproject commit f812cc56b7fe9e41bb13da99ef23f014015c86c1
Subproject commit 78b1765eb9ccb9e4e2a1967ee02f4126b1846806

+ 1
- 1
plugins/voxglitch

@@ -1 +1 @@
Subproject commit 03f4fc5cebb5d8eb152ac59d3a51ce0ec87a2740
Subproject commit f475e1b3881b7df25ea13792d16d4361229ed412

Loading…
Cancel
Save