@@ -1893,7 +1893,7 @@ | |||||
"modules": {} | "modules": {} | ||||
}, | }, | ||||
"ImpromptuModular": { | "ImpromptuModular": { | ||||
"buildTimestamp": 1624762676.633485, | |||||
"buildTimestamp": 1626771475.671174, | |||||
"creationTimestamp": 1521979525.0, | "creationTimestamp": 1521979525.0, | ||||
"modules": { | "modules": { | ||||
"Tact": { | "Tact": { | ||||
@@ -2641,7 +2641,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"squinkylabs-plug1": { | "squinkylabs-plug1": { | ||||
"buildTimestamp": 1625921305.2303083, | |||||
"buildTimestamp": 1626771271.5197136, | |||||
"creationTimestamp": 1521738241.0, | "creationTimestamp": 1521738241.0, | ||||
"modules": { | "modules": { | ||||
"squinkylabs-ev3": { | "squinkylabs-ev3": { | ||||
@@ -9534,11 +9534,14 @@ | |||||
} | } | ||||
}, | }, | ||||
"Plurm": { | "Plurm": { | ||||
"buildTimestamp": 1619962328.3468897, | |||||
"buildTimestamp": 1626771290.3401554, | |||||
"creationTimestamp": 1619962434.980022, | "creationTimestamp": 1619962434.980022, | ||||
"modules": { | "modules": { | ||||
"Stacktrace": { | "Stacktrace": { | ||||
"creationTimestamp": 1619962435.0621927 | "creationTimestamp": 1619962435.0621927 | ||||
}, | |||||
"randomchordrecorder": { | |||||
"creationTimestamp": 1626771545.088718 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -9591,11 +9594,35 @@ | |||||
} | } | ||||
}, | }, | ||||
"RPJ": { | "RPJ": { | ||||
"buildTimestamp": 1625444088.285534, | |||||
"buildTimestamp": 1626771544.8661323, | |||||
"creationTimestamp": 1624763005.6302476, | "creationTimestamp": 1624763005.6302476, | ||||
"modules": { | "modules": { | ||||
"Grendel": { | "Grendel": { | ||||
"creationTimestamp": 1624763005.6937168 | "creationTimestamp": 1624763005.6937168 | ||||
}, | |||||
"Lavender": { | |||||
"creationTimestamp": 1626771545.4041786 | |||||
}, | |||||
"Easter": { | |||||
"creationTimestamp": 1626771545.479861 | |||||
}, | |||||
"DryLand": { | |||||
"creationTimestamp": 1626771545.5535443 | |||||
}, | |||||
"TheWeb": { | |||||
"creationTimestamp": 1626771545.6273243 | |||||
}, | |||||
"Gazpacho": { | |||||
"creationTimestamp": 1626771545.6997383 | |||||
}, | |||||
"Estonia": { | |||||
"creationTimestamp": 1626771545.777487 | |||||
}, | |||||
"Brave": { | |||||
"creationTimestamp": 1626771545.8474734 | |||||
}, | |||||
"Essence": { | |||||
"creationTimestamp": 1626771545.9498081 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -9631,5 +9658,14 @@ | |||||
"creationTimestamp": 1625845406.821245 | "creationTimestamp": 1625845406.821245 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"SunsetSignals": { | |||||
"buildTimestamp": 1626771488.0714653, | |||||
"creationTimestamp": 1626771545.2016675, | |||||
"modules": { | |||||
"SignalBooster": { | |||||
"creationTimestamp": 1626771545.3220866 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "ImpromptuModular", | "slug": "ImpromptuModular", | ||||
"name": "Impromptu", | "name": "Impromptu", | ||||
"version": "1.1.11", | |||||
"version": "1.1.12", | |||||
"license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
"author": "Marc Boul\u00e9", | "author": "Marc Boul\u00e9", | ||||
"brand": "Impromptu", | "brand": "Impromptu", | ||||
@@ -195,19 +195,6 @@ | |||||
"Polyphonic" | "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", | "slug": "Semi-ModularSynth", | ||||
"name": "SMS16", | "name": "SMS16", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Plurm", | "slug": "Plurm", | ||||
"name": "Plurm", | "name": "Plurm", | ||||
"version": "1.0.0", | |||||
"version": "1.1.0", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "Plurm", | "brand": "Plurm", | ||||
"author": "David Cherepov", | "author": "David Cherepov", | ||||
@@ -20,6 +20,15 @@ | |||||
"tags": [ | "tags": [ | ||||
"Sample and hold" | "Sample and hold" | ||||
] | ] | ||||
}, | |||||
{ | |||||
"slug": "randomchordrecorder", | |||||
"name": "randomchordrecorder", | |||||
"description": "", | |||||
"tags": [ | |||||
"Sequencer", | |||||
"Random" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "RPJ", | "slug": "RPJ", | ||||
"name": "RPJ", | "name": "RPJ", | ||||
"version": "1.0.2", | |||||
"version": "1.0.3", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "RPJ", | "brand": "RPJ", | ||||
"author": "Robert Kock", | "author": "Robert Kock", | ||||
@@ -20,6 +20,70 @@ | |||||
"tags": [ | "tags": [ | ||||
"LFO" | "LFO" | ||||
] | ] | ||||
}, | |||||
{ | |||||
"slug": "Lavender", | |||||
"name": "Lavender", | |||||
"description": "Module with 2nd order LPF, HPF, BPF and BSF", | |||||
"tags": [ | |||||
"VCF" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Easter", | |||||
"name": "Easter", | |||||
"description": "Module with 2 resonators", | |||||
"tags": [ | |||||
"VCF" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "DryLand", | |||||
"name": "DryLand", | |||||
"description": "Module with 1st order LPF and HPF", | |||||
"tags": [ | |||||
"VCF" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "TheWeb", | |||||
"name": "TheWeb", | |||||
"description": "Module with 2nd order Butterworth LPF, HPF, BPF and BSF", | |||||
"tags": [ | |||||
"VCF" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Gazpacho", | |||||
"name": "Gazpacho", | |||||
"description": "Module with 2nd order Linkwitz-Riley LPF and HPF", | |||||
"tags": [ | |||||
"VCF" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Estonia", | |||||
"name": "Estonia", | |||||
"description": "Estonia is a 1st order High and Low shelving filter.", | |||||
"tags": [ | |||||
"VCF" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Brave", | |||||
"name": "Brave", | |||||
"description": "Brave is a 2nd Order Parametric EQ Filter: Non constant Q.", | |||||
"tags": [ | |||||
"VCF" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Essence", | |||||
"name": "Essence", | |||||
"description": "Essence is a 2nd Order Parametric EQ Filter with a constant Q.", | |||||
"tags": [ | |||||
"VCF" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |
@@ -0,0 +1,25 @@ | |||||
{ | |||||
"slug": "SunsetSignals", | |||||
"name": "SunsetSignals", | |||||
"version": "1.0.0", | |||||
"license": "MIT", | |||||
"brand": "SunsetSignals", | |||||
"author": "Jeremy Mitchell", | |||||
"authorEmail": "jeremym9614@gmail.com", | |||||
"authorUrl": "", | |||||
"pluginUrl": "https://gitlab.com/jeremy_mitchell/sunsetsignals", | |||||
"manualUrl": "", | |||||
"sourceUrl": "https://gitlab.com/jeremy_mitchell/sunsetsignals", | |||||
"donateUrl": "", | |||||
"changelogUrl": "", | |||||
"modules": [ | |||||
{ | |||||
"slug": "SignalBooster", | |||||
"name": "SignalBooster", | |||||
"description": "Reads a signal in and boosts it", | |||||
"tags": [ | |||||
"Utility" | |||||
] | |||||
} | |||||
] | |||||
} |
@@ -8,7 +8,7 @@ | |||||
"sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", | "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", | ||||
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/booty-shifter.md", | "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/booty-shifter.md", | ||||
"changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/CHANGELOG.md", | "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/CHANGELOG.md", | ||||
"version": "1.0.21", | |||||
"version": "1.0.22", | |||||
"modules": [ | "modules": [ | ||||
{ | { | ||||
"slug": "squinkylabs-ev3", | "slug": "squinkylabs-ev3", | ||||