@@ -2232,7 +2232,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Stoermelder-P1": { | "Stoermelder-P1": { | ||||
"buildTimestamp": 1623003325.0620623, | |||||
"buildTimestamp": 1625444060.7681193, | |||||
"creationTimestamp": 1559409342.0, | "creationTimestamp": 1559409342.0, | ||||
"modules": { | "modules": { | ||||
"CVMap": { | "CVMap": { | ||||
@@ -2381,6 +2381,15 @@ | |||||
}, | }, | ||||
"Me": { | "Me": { | ||||
"creationTimestamp": 1623003498.8922722 | "creationTimestamp": 1623003498.8922722 | ||||
}, | |||||
"IntermixGate": { | |||||
"creationTimestamp": 1625444088.4832125 | |||||
}, | |||||
"IntermixEnv": { | |||||
"creationTimestamp": 1625444088.5610218 | |||||
}, | |||||
"IntermixFade": { | |||||
"creationTimestamp": 1625444088.6556268 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -9570,12 +9579,21 @@ | |||||
} | } | ||||
}, | }, | ||||
"RPJ": { | "RPJ": { | ||||
"buildTimestamp": 1624969919.5551503, | |||||
"buildTimestamp": 1625444088.285534, | |||||
"creationTimestamp": 1624763005.6302476, | "creationTimestamp": 1624763005.6302476, | ||||
"modules": { | "modules": { | ||||
"Grendel": { | "Grendel": { | ||||
"creationTimestamp": 1624763005.6937168 | "creationTimestamp": 1624763005.6937168 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"mmmodules": { | |||||
"buildTimestamp": 1625444074.6318297, | |||||
"creationTimestamp": 1625444088.734949, | |||||
"modules": { | |||||
"3mountains": { | |||||
"creationTimestamp": 1625444088.8100786 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "RPJ", | "slug": "RPJ", | ||||
"name": "RPJ", | "name": "RPJ", | ||||
"version": "1.0.1", | |||||
"version": "1.0.2", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "RPJ", | "brand": "RPJ", | ||||
"author": "Robert Kock", | "author": "Robert Kock", | ||||
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"slug": "Stoermelder-P1", | "slug": "Stoermelder-P1", | ||||
"version": "1.9.0", | |||||
"version": "1.10.0", | |||||
"license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
"author": "Benjamin Dill", | "author": "Benjamin Dill", | ||||
"name": "PackOne", | "name": "PackOne", | ||||
@@ -242,6 +242,33 @@ | |||||
], | ], | ||||
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md" | "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", | "slug": "Sail", | ||||
"name": "SAIL", | "name": "SAIL", | ||||
@@ -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" | |||||
] | |||||
} | |||||
] | |||||
} |