Browse Source

Update manifest for FrozenWasteland, KRTPluginA, HetrickCV, HamptonHarmonics, NonlinearCircuits, Bidoo

v1
Andrew Belt 3 years ago
parent
commit
f22d327ece
7 changed files with 51 additions and 13 deletions
  1. +15
    -6
      manifests-cache.json
  2. +1
    -1
      manifests/Bidoo.json
  3. +1
    -1
      manifests/FrozenWasteland.json
  4. +1
    -1
      manifests/HamptonHarmonics.json
  5. +11
    -2
      manifests/HetrickCV.json
  6. +10
    -1
      manifests/KRTPluginA.json
  7. +12
    -1
      manifests/NonlinearCircuits.json

+ 15
- 6
manifests-cache.json View File

@@ -1286,7 +1286,7 @@
}
},
"HamptonHarmonics": {
"buildTimestamp": 1585695794.0896184,
"buildTimestamp": 1631650227.214161,
"creationTimestamp": 1582941680.0,
"modules": {
"Progress": {
@@ -4486,7 +4486,7 @@
}
},
"Bidoo": {
"buildTimestamp": 1622576275.4951856,
"buildTimestamp": 1631650202.7069921,
"creationTimestamp": 1518016501.0,
"modules": {
"vOId": {
@@ -4750,7 +4750,7 @@
}
},
"HetrickCV": {
"buildTimestamp": 1560591128.3533008,
"buildTimestamp": 1631650688.713637,
"creationTimestamp": 1518016501.0,
"modules": {
"ASR": {
@@ -4815,6 +4815,9 @@
},
"Waveshaper": {
"creationTimestamp": 1560591446.0
},
"MinMax": {
"creationTimestamp": 1631650689.210272
}
}
},
@@ -5414,7 +5417,7 @@
"modules": {}
},
"NonlinearCircuits": {
"buildTimestamp": 1628277925.455543,
"buildTimestamp": 1631650285.925364,
"creationTimestamp": 1582350675.0,
"modules": {
"BOOLs": {
@@ -5452,6 +5455,9 @@
},
"Segue": {
"creationTimestamp": 1628277926.0059588
},
"DivideConquer": {
"creationTimestamp": 1631650689.3561392
}
}
},
@@ -7880,7 +7886,7 @@
}
},
"FrozenWasteland": {
"buildTimestamp": 1631330878.3627212,
"buildTimestamp": 1631650600.0218158,
"creationTimestamp": 1518016501.0,
"modules": {
"BPMLFO": {
@@ -9747,7 +9753,7 @@
}
},
"KRTPluginA": {
"buildTimestamp": 1631330423.338897,
"buildTimestamp": 1631649930.6080964,
"creationTimestamp": 1627193159.9948137,
"modules": {
"A": {
@@ -9815,6 +9821,9 @@
},
"K": {
"creationTimestamp": 1631330879.011543
},
"H": {
"creationTimestamp": 1631650689.0480464
}
}
},


+ 1
- 1
manifests/Bidoo.json View File

@@ -1,6 +1,6 @@
{
"slug": "Bidoo",
"version": "1.1.30",
"version": "1.1.31",
"license": "GPL-3.0-only",
"name": "Bidoo",
"brand": "Bidoo",


+ 1
- 1
manifests/FrozenWasteland.json View File

@@ -1,7 +1,7 @@
{
"slug": "FrozenWasteland",
"name": "Frozen Wasteland",
"version": "1.21.2",
"version": "1.21.3",
"author": "almostEric",
"license": "GPL-3.0-only",
"authorEmail": "almostEric@frozenwastelandmodules.com",


+ 1
- 1
manifests/HamptonHarmonics.json View File

@@ -1,7 +1,7 @@
{
"slug": "HamptonHarmonics",
"name": "Hampton Harmonics",
"version": "1.1.0",
"version": "1.3.0",
"license": "MIT",
"brand": "Hampton Harmonics",
"author": "Scott Hampton",


+ 11
- 2
manifests/HetrickCV.json View File

@@ -1,7 +1,7 @@
{
"slug": "HetrickCV",
"name": "HetrickCV",
"version": "1.0.0",
"version": "1.1.0",
"license": "CC0-1.0",
"author": "Michael Hetrick",
"authorEmail": "",
@@ -148,6 +148,14 @@
"Logic"
]
},
{
"slug": "MinMax",
"name": "Min-Max",
"description": "Outputs the greatest and least voltages from up to 4 inputs.",
"tags": [
"Utility"
]
},
{
"slug": "RandomGates",
"name": "Random Gates",
@@ -188,7 +196,8 @@
"tags": [
"Distortion",
"Effect",
"Waveshaper"
"Waveshaper",
"Polyphonic"
]
}
]

+ 10
- 1
manifests/KRTPluginA.json View File

@@ -1,7 +1,7 @@
{
"slug": "KRTPluginA",
"name": "KRTPluginA",
"version": "1.22.22",
"version": "1.23.24",
"license": "MIT",
"brand": "KRT",
"author": "Jacko",
@@ -240,6 +240,15 @@
"Polyphonic",
"Oscillator"
]
},
{
"slug": "H",
"name": "H",
"description": "Base gimpathizer. (Organ with phase modulation).",
"tags": [
"Polyphonic",
"Oscillator"
]
}
]
}

+ 12
- 1
manifests/NonlinearCircuits.json View File

@@ -1,7 +1,7 @@
{
"slug": "NonlinearCircuits",
"name": "Nonlinear Circuits",
"version": "1.3.0",
"version": "1.4.1",
"license": "GPL-3.0-only",
"author": "Michael Hetrick",
"authorEmail": "",
@@ -43,6 +43,17 @@
"Quad"
]
},
{
"slug": "DivideConquer",
"name": "Divide & Conquer",
"description": "More clock dividers than you will ever need.",
"manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
"tags": [
"Logic",
"Clock Modulator",
"Hardware Clone"
]
},
{
"slug": "DivineCMOS",
"name": "Divine CMOS",


Loading…
Cancel
Save