Browse Source

Update manifest for RPJ, FrozenWasteland, ImpromptuModular

v1
Andrew Belt 3 years ago
parent
commit
04ff8684b3
4 changed files with 68 additions and 4 deletions
  1. +17
    -2
      manifests-cache.json
  2. +1
    -1
      manifests/FrozenWasteland.json
  3. +25
    -1
      manifests/ImpromptuModular.json
  4. +25
    -0
      manifests/RPJ.json

+ 17
- 2
manifests-cache.json View File

@@ -1893,7 +1893,7 @@
"modules": {}
},
"ImpromptuModular": {
"buildTimestamp": 1613369099.7907088,
"buildTimestamp": 1624762676.633485,
"creationTimestamp": 1521979525.0,
"modules": {
"Tact": {
@@ -1973,6 +1973,12 @@
},
"TactG": {
"creationTimestamp": 1600543530.7535398
},
"Prob-Key": {
"creationTimestamp": 1624763005.414825
},
"Prob-Key-Expander": {
"creationTimestamp": 1624763005.5164895
}
}
},
@@ -7826,7 +7832,7 @@
}
},
"FrozenWasteland": {
"buildTimestamp": 1624143517.0720694,
"buildTimestamp": 1624762991.578864,
"creationTimestamp": 1518016501.0,
"modules": {
"BPMLFO": {
@@ -9556,5 +9562,14 @@
"creationTimestamp": 1623003499.7581766
}
}
},
"RPJ": {
"buildTimestamp": 1624763005.205914,
"creationTimestamp": 1624763005.6302476,
"modules": {
"Grendel": {
"creationTimestamp": 1624763005.6937168
}
}
}
}

+ 1
- 1
manifests/FrozenWasteland.json View File

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


+ 25
- 1
manifests/ImpromptuModular.json View File

@@ -1,7 +1,7 @@
{
"slug": "ImpromptuModular",
"name": "Impromptu",
"version": "1.1.10",
"version": "1.1.11",
"license": "GPL-3.0-only",
"author": "Marc Boul\u00e9",
"brand": "Impromptu",
@@ -184,6 +184,30 @@
"Expander"
]
},
{
"slug": "Prob-Key",
"name": "ProbKey",
"description": "Keyboard-based random sequencer",
"manualUrl": "https://marcboule.github.io/ImpromptuModular/#prob-key",
"tags": [
"Sequencer",
"Random",
"Polyphonic"
]
},
{
"slug": "Prob-Key-Expander",
"name": "ProbKey expander",
"description": "Expander for ProbKey",
"disabled": true,
"manualUrl": "https://marcboule.github.io/ImpromptuModular/#expanders",
"tags": [
"Sequencer",
"Random",
"Polyphonic",
"Expander"
]
},
{
"slug": "Semi-ModularSynth",
"name": "SMS16",


+ 25
- 0
manifests/RPJ.json View File

@@ -0,0 +1,25 @@
{
"slug": "RPJ",
"name": "RPJ",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"brand": "RPJ",
"author": "Robert Kock",
"authorEmail": "robert.kock@gmail.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/kockie69/RPJ/blob/main/README.md",
"sourceUrl": "https://github.com/kockie69/RPJ",
"donateUrl": "https://paypal.me/RPJVCV",
"changelogUrl": "https://github.com/kockie69/RPJ/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "Grendel",
"name": "Grendel",
"description": "Quadruple low frequency oscillator, inspired by XAOC Batumi",
"tags": [
"LFO"
]
}
]
}

Loading…
Cancel
Save