Browse Source

Update modules

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
f1bc544a89
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
9 changed files with 18 additions and 15 deletions
  1. +1
    -1
      plugins/Befaco
  2. +1
    -1
      plugins/Bidoo
  3. +1
    -1
      plugins/BogaudioModules
  4. +1
    -1
      plugins/GrandeModular
  5. +1
    -1
      plugins/ImpromptuModular
  6. +1
    -1
      plugins/JW-Modules
  7. +1
    -1
      plugins/cf
  8. +11
    -5
      plugins/plugins.cpp
  9. +0
    -3
      plugins/todo.txt

+ 1
- 1
plugins/Befaco

@@ -1 +1 @@
Subproject commit 5141e4ce45cb9084702fdee856c44543b235cb77
Subproject commit 6c361734d727a890da68f41ad14e3e7ddffacf03

+ 1
- 1
plugins/Bidoo

@@ -1 +1 @@
Subproject commit e048935eef8d292b5ba9d01ee14a5ead7779837e
Subproject commit a7193458bff4f9a56850278fa406d20dd9e40cb2

+ 1
- 1
plugins/BogaudioModules

@@ -1 +1 @@
Subproject commit 3156cbf6756d8b429b90af2641dec9b17ef070f2
Subproject commit 1d88a3e0e94542acf8ac95892ce1ff39b68424f3

+ 1
- 1
plugins/GrandeModular

@@ -1 +1 @@
Subproject commit 8a6185f820607bf78e6d401c41f952fc05325ee8
Subproject commit eab50a469bd24107bcab6a825050a64e3f0f1aa4

+ 1
- 1
plugins/ImpromptuModular

@@ -1 +1 @@
Subproject commit e7ad79fcded2af13b2682bf530def4f51764867c
Subproject commit ff89c41413ba1b27378886fc7530acfdfe978503

+ 1
- 1
plugins/JW-Modules

@@ -1 +1 @@
Subproject commit 6ce3b78125ea65fb5cf15a1a33ba8f29a240439d
Subproject commit 54b5da7d87cfd1a997ef23bbcc5653d2fbe4e965

+ 1
- 1
plugins/cf

@@ -1 +1 @@
Subproject commit d0f66cf7e4b50a2d8fe6c42db2251afb554b190f
Subproject commit 06d52044ad1311a5dc76274517e1d41004c028e2

+ 11
- 5
plugins/plugins.cpp View File

@@ -551,6 +551,16 @@ static void initStatic__Befaco()
p->addModel(modelMixer);
p->addModel(modelSlewLimiter);
p->addModel(modelDualAtenuverter);
p->addModel(modelPercall);
p->addModel(modelHexmixVCA);
p->addModel(modelChoppingKinky);
p->addModel(modelKickall);
p->addModel(modelSamplingModulator);
p->addModel(modelMorphader);
p->addModel(modelADSR);
p->addModel(modelSTMix);
p->addModel(modelMuxlicer);
p->addModel(modelMex);
}
}

@@ -585,25 +595,21 @@ static void initStatic__Bidoo()
p->addModel(modelEMILE);
p->addModel(modelFORK);
p->addModel(modelTIARE);
//p->addModel(modelCLACOS);
//p->addModel(modelPENEQUE);
p->addModel(modelLIMONADE);
p->addModel(modelLIMBO);
p->addModel(modelPERCO);
p->addModel(modelBAFIS);
p->addModel(modelFFILTR);
p->addModel(modelBAR);
p->addModel(modelMINIBAR);
p->addModel(modelZINC);
p->addModel(modelFREIN);
p->addModel(modelHCTIP);
//p->addModel(modelCURT);
p->addModel(modelDFUZE);
p->addModel(modelREI);
p->addModel(modelRABBIT);
p->addModel(modelBISTROT);
p->addModel(modelSIGMA);
p->addModel(modelGARCON);
p->addModel(modelFLAME);
p->addModel(modelVOID);

// NOTE disabled in Cardinal due to curl usage


+ 0
- 3
plugins/todo.txt View File

@@ -3,9 +3,6 @@ List of plugins still to add, sorted by popularity
- Working but limited: (v2 related limitations)
Befaco

- Have definitions in place but cannot build against v2
Valley

- TODO, see list at https://github.com/VCVRack/library/tree/v1/repos

Grayscale 74754.0 (not opensource?)


Loading…
Cancel
Save