Browse Source

Update manifest for RPJ, Stoermelder-P1, mmmodules

v1
Andrew Belt 3 years ago
parent
commit
702c70ea78
4 changed files with 75 additions and 4 deletions
  1. +20
    -2
      manifests-cache.json
  2. +1
    -1
      manifests/RPJ.json
  3. +28
    -1
      manifests/Stoermelder-P1.json
  4. +26
    -0
      manifests/mmmodules.json

+ 20
- 2
manifests-cache.json View File

@@ -2232,7 +2232,7 @@
}
},
"Stoermelder-P1": {
"buildTimestamp": 1623003325.0620623,
"buildTimestamp": 1625444060.7681193,
"creationTimestamp": 1559409342.0,
"modules": {
"CVMap": {
@@ -2381,6 +2381,15 @@
},
"Me": {
"creationTimestamp": 1623003498.8922722
},
"IntermixGate": {
"creationTimestamp": 1625444088.4832125
},
"IntermixEnv": {
"creationTimestamp": 1625444088.5610218
},
"IntermixFade": {
"creationTimestamp": 1625444088.6556268
}
}
},
@@ -9570,12 +9579,21 @@
}
},
"RPJ": {
"buildTimestamp": 1624969919.5551503,
"buildTimestamp": 1625444088.285534,
"creationTimestamp": 1624763005.6302476,
"modules": {
"Grendel": {
"creationTimestamp": 1624763005.6937168
}
}
},
"mmmodules": {
"buildTimestamp": 1625444074.6318297,
"creationTimestamp": 1625444088.734949,
"modules": {
"3mountains": {
"creationTimestamp": 1625444088.8100786
}
}
}
}

+ 1
- 1
manifests/RPJ.json View File

@@ -1,7 +1,7 @@
{
"slug": "RPJ",
"name": "RPJ",
"version": "1.0.1",
"version": "1.0.2",
"license": "GPL-3.0-or-later",
"brand": "RPJ",
"author": "Robert Kock",


+ 28
- 1
manifests/Stoermelder-P1.json View File

@@ -1,6 +1,6 @@
{
"slug": "Stoermelder-P1",
"version": "1.9.0",
"version": "1.10.0",
"license": "GPL-3.0-only",
"author": "Benjamin Dill",
"name": "PackOne",
@@ -242,6 +242,33 @@
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md"
},
{
"slug": "IntermixGate",
"name": "INTERMIX-GATE",
"description": "Expander for INTERMIX outputting a gate-signal for each active row",
"tags": [
"Expander"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md#gate-expander"
},
{
"slug": "IntermixEnv",
"name": "INTERMIX-ENV",
"description": "Expander for INTERMIX outputting envelopes for a selected input-column",
"tags": [
"Expander"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md#env-expander"
},
{
"slug": "IntermixFade",
"name": "INTERMIX-FADE",
"description": "Expander for INTERMIX for setting individual fade values",
"tags": [
"Expander"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md#fade-expander"
},
{
"slug": "Sail",
"name": "SAIL",


+ 26
- 0
manifests/mmmodules.json View File

@@ -0,0 +1,26 @@
{
"slug": "mmmodules",
"name": "mmmodules",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"brand": "mmmodules",
"author": "Myst Mach",
"authorEmail": "9mystmach6@gmail.com",
"authorUrl": "https://mystmach.bandcamp.com/",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "",
"donateUrl": "",
"modules": [
{
"slug": "3mountains",
"name": "3mountains",
"description": "Triple oscillator (mixer section coming soon)",
"tags": [
"Oscillator",
"VCO",
"Voltage controlled oscillator"
]
}
]
}

Loading…
Cancel
Save