@@ -3000,6 +3000,9 @@ | |||||
}, | }, | ||||
"UDPClockSlave": { | "UDPClockSlave": { | ||||
"creationTimestamp": 1572711703.0 | "creationTimestamp": 1572711703.0 | ||||
}, | |||||
"ReVoltah": { | |||||
"creationTimestamp": 1638462714.6255913 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -3932,6 +3935,36 @@ | |||||
}, | }, | ||||
"SPan": { | "SPan": { | ||||
"creationTimestamp": 1565458059.0 | "creationTimestamp": 1565458059.0 | ||||
}, | |||||
"NavControl": { | |||||
"creationTimestamp": 1638462714.758556 | |||||
}, | |||||
"Bench": { | |||||
"creationTimestamp": 1638462714.8673346 | |||||
}, | |||||
"PerfMixer4": { | |||||
"creationTimestamp": 1638462714.97054 | |||||
}, | |||||
"DrMix": { | |||||
"creationTimestamp": 1638462715.0715113 | |||||
}, | |||||
"TROSCMK2": { | |||||
"creationTimestamp": 1638462715.1717246 | |||||
}, | |||||
"SuHaMK2": { | |||||
"creationTimestamp": 1638462715.2821615 | |||||
}, | |||||
"BigSmorph": { | |||||
"creationTimestamp": 1638462715.388643 | |||||
}, | |||||
"DualFilter": { | |||||
"creationTimestamp": 1638462715.4893878 | |||||
}, | |||||
"Order": { | |||||
"creationTimestamp": 1638462715.5992475 | |||||
}, | |||||
"DualMatrix": { | |||||
"creationTimestamp": 1638462715.7061024 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"slug": "AS", | "slug": "AS", | ||||
"version": "2.0.0", | |||||
"version": "2.0.1", | |||||
"license": "MIT", | "license": "MIT", | ||||
"name": "AS", | "name": "AS", | ||||
"brand": "AS", | "brand": "AS", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Comfortzone", | "slug": "Comfortzone", | ||||
"name": "Comfortzone", | "name": "Comfortzone", | ||||
"version": "1.0.0", | |||||
"version": "2.0.0", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "Comfortzone", | "brand": "Comfortzone", | ||||
"author": "hampa", | "author": "hampa", | ||||
@@ -2,7 +2,7 @@ | |||||
"slug": "LOGinstruments", | "slug": "LOGinstruments", | ||||
"name": "LOGinstruments", | "name": "LOGinstruments", | ||||
"brand": "LOGinstruments", | "brand": "LOGinstruments", | ||||
"version": "2.0.1", | |||||
"version": "2.0.2", | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"author": "L.Gabrielli", | "author": "L.Gabrielli", | ||||
"authorEmail": "l.gabrielli@univpm.it", | "authorEmail": "l.gabrielli@univpm.it", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "MockbaModular", | "slug": "MockbaModular", | ||||
"name": "Mockba Modular", | "name": "Mockba Modular", | ||||
"version": "1.2.1", | |||||
"version": "2.0.0", | |||||
"license": "MIT", | "license": "MIT", | ||||
"brand": "Mockba Modular", | "brand": "Mockba Modular", | ||||
"author": "Mockba the Borg", | "author": "Mockba the Borg", | ||||
@@ -120,6 +120,15 @@ | |||||
"Polyphonic" | "Polyphonic" | ||||
] | ] | ||||
}, | }, | ||||
{ | |||||
"slug": "ReVoltah", | |||||
"name": "ReVoltah", | |||||
"description": "Simple voltage range adapter", | |||||
"tags": [ | |||||
"Utility", | |||||
"Polyphonic" | |||||
] | |||||
}, | |||||
{ | { | ||||
"slug": "CZSaw", | "slug": "CZSaw", | ||||
"name": "CZSaw", | "name": "CZSaw", | ||||
@@ -278,6 +287,7 @@ | |||||
"name": "Comparator", | "name": "Comparator", | ||||
"description": "Simple voltage comparator", | "description": "Simple voltage comparator", | ||||
"tags": [ | "tags": [ | ||||
"Logic", | |||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
@@ -286,6 +296,7 @@ | |||||
"name": "DualBUFFER", | "name": "DualBUFFER", | ||||
"description": "Simple BUFFER gates (3 actually)", | "description": "Simple BUFFER gates (3 actually)", | ||||
"tags": [ | "tags": [ | ||||
"Logic", | |||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
@@ -294,6 +305,7 @@ | |||||
"name": "DualNOT", | "name": "DualNOT", | ||||
"description": "Simple NOT gates (3 actually)", | "description": "Simple NOT gates (3 actually)", | ||||
"tags": [ | "tags": [ | ||||
"Logic", | |||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
@@ -302,6 +314,7 @@ | |||||
"name": "DualOR", | "name": "DualOR", | ||||
"description": "Simple OR gates", | "description": "Simple OR gates", | ||||
"tags": [ | "tags": [ | ||||
"Logic", | |||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
@@ -310,6 +323,7 @@ | |||||
"name": "DualNOR", | "name": "DualNOR", | ||||
"description": "Simple NOR gates", | "description": "Simple NOR gates", | ||||
"tags": [ | "tags": [ | ||||
"Logic", | |||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
@@ -318,6 +332,7 @@ | |||||
"name": "DualAND", | "name": "DualAND", | ||||
"description": "Simple AND gates", | "description": "Simple AND gates", | ||||
"tags": [ | "tags": [ | ||||
"Logic", | |||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
@@ -326,6 +341,7 @@ | |||||
"name": "DualNAND", | "name": "DualNAND", | ||||
"description": "Simple NAND gates", | "description": "Simple NAND gates", | ||||
"tags": [ | "tags": [ | ||||
"Logic", | |||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
@@ -334,6 +350,7 @@ | |||||
"name": "DualXOR", | "name": "DualXOR", | ||||
"description": "Simple XOR gates", | "description": "Simple XOR gates", | ||||
"tags": [ | "tags": [ | ||||
"Logic", | |||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
@@ -342,6 +359,7 @@ | |||||
"name": "DualXNOR", | "name": "DualXNOR", | ||||
"description": "Simple XNOR gates", | "description": "Simple XNOR gates", | ||||
"tags": [ | "tags": [ | ||||
"Logic", | |||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
@@ -350,6 +368,7 @@ | |||||
"name": "PSelectah", | "name": "PSelectah", | ||||
"description": "Simple Priority Selector (AND->OR MUX)", | "description": "Simple Priority Selector (AND->OR MUX)", | ||||
"tags": [ | "tags": [ | ||||
"Logic", | |||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
@@ -9,7 +9,7 @@ | |||||
"authorUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", | "authorUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", | ||||
"sourceUrl": "https://github.com/AmalgamatedHarmonics/Prism", | "sourceUrl": "https://github.com/AmalgamatedHarmonics/Prism", | ||||
"changelogUrl": "https://github.com/AmalgamatedHarmonics/Prism/blob/master/CHANGELOG.md", | "changelogUrl": "https://github.com/AmalgamatedHarmonics/Prism/blob/master/CHANGELOG.md", | ||||
"version": "2.3.0", | |||||
"version": "2.3.1", | |||||
"modules": [ | "modules": [ | ||||
{ | { | ||||
"slug": "Rainbow", | "slug": "Rainbow", | ||||
@@ -17,7 +17,8 @@ | |||||
"description": "A multiband band-pass resonant filter, a port of the 4ms SMR", | "description": "A multiband band-pass resonant filter, a port of the 4ms SMR", | ||||
"tags": [ | "tags": [ | ||||
"Physical modeling", | "Physical modeling", | ||||
"VCF" | |||||
"VCF", | |||||
"Hardware clone" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -34,7 +35,8 @@ | |||||
"description": "A band-pass resonant filter, a port of the 4ms SMR MaxQ filter", | "description": "A band-pass resonant filter, a port of the 4ms SMR MaxQ filter", | ||||
"tags": [ | "tags": [ | ||||
"Physical modeling", | "Physical modeling", | ||||
"VCF" | |||||
"VCF", | |||||
"Hardware clone" | |||||
] | ] | ||||
} | } | ||||
] | ] |
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"slug": "dBiz", | "slug": "dBiz", | ||||
"version": "1.1.2", | |||||
"version": "2.0.1", | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"name": "dBiz", | "name": "dBiz", | ||||
"brand": "dBiz", | "brand": "dBiz", | ||||
@@ -13,22 +13,22 @@ | |||||
"donateUrl": "https://www.paypal.me/GiovanniGhisleni", | "donateUrl": "https://www.paypal.me/GiovanniGhisleni", | ||||
"modules": [ | "modules": [ | ||||
{ | { | ||||
"slug": "Multiple", | |||||
"name": "Multiple", | |||||
"slug": "NavControl", | |||||
"name": "NavControl", | |||||
"tags": [ | "tags": [ | ||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
"slug": "Contorno", | |||||
"name": "Contorno", | |||||
"slug": "Bench", | |||||
"name": "Bench", | |||||
"tags": [ | "tags": [ | ||||
"Envelope Generator" | |||||
"Utility" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
"slug": "ContornoMK2", | |||||
"name": "ContornoMK2", | |||||
"slug": "Contorno", | |||||
"name": "Contorno", | |||||
"tags": [ | "tags": [ | ||||
"Envelope Generator" | "Envelope Generator" | ||||
] | ] | ||||
@@ -76,6 +76,22 @@ | |||||
"VCA" | "VCA" | ||||
] | ] | ||||
}, | }, | ||||
{ | |||||
"slug": "PerfMixer4", | |||||
"name": "PerfMixer4", | |||||
"tags": [ | |||||
"Mixer", | |||||
"VCA" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "DrMix", | |||||
"name": "DrMix", | |||||
"tags": [ | |||||
"Mixer", | |||||
"VCA" | |||||
] | |||||
}, | |||||
{ | { | ||||
"slug": "Remix", | "slug": "Remix", | ||||
"name": "Remix", | "name": "Remix", | ||||
@@ -136,6 +152,13 @@ | |||||
"VCO" | "VCO" | ||||
] | ] | ||||
}, | }, | ||||
{ | |||||
"slug": "TROSCMK2", | |||||
"name": "TROSCMK2", | |||||
"tags": [ | |||||
"VCO" | |||||
] | |||||
}, | |||||
{ | { | ||||
"slug": "SuHa", | "slug": "SuHa", | ||||
"name": "SuHa", | "name": "SuHa", | ||||
@@ -143,6 +166,13 @@ | |||||
"VCO" | "VCO" | ||||
] | ] | ||||
}, | }, | ||||
{ | |||||
"slug": "SuHaMK2", | |||||
"name": "SuHaMK2", | |||||
"tags": [ | |||||
"VCO" | |||||
] | |||||
}, | |||||
{ | { | ||||
"slug": "FourSeq", | "slug": "FourSeq", | ||||
"name": "FourSeq", | "name": "FourSeq", | ||||
@@ -171,11 +201,39 @@ | |||||
"Sequencer" | "Sequencer" | ||||
] | ] | ||||
}, | }, | ||||
{ | |||||
"slug": "BigSmorph", | |||||
"name": "BigSmorph", | |||||
"tags": [ | |||||
"Sequencer" | |||||
] | |||||
}, | |||||
{ | { | ||||
"slug": "QuePasa", | "slug": "QuePasa", | ||||
"name": "QuePasa", | "name": "QuePasa", | ||||
"tags": [ | "tags": [ | ||||
"Blank" | |||||
"Filter" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "DualFilter", | |||||
"name": "DualFilter", | |||||
"tags": [ | |||||
"Filter" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Order", | |||||
"name": "Order", | |||||
"tags": [ | |||||
"Utility" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "DualMatrix", | |||||
"name": "DualMatrix", | |||||
"tags": [ | |||||
"Mixer" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -8,7 +8,7 @@ | |||||
"sourceUrl": "https://github.com/kockie69/SquinkyVCV-main", | "sourceUrl": "https://github.com/kockie69/SquinkyVCV-main", | ||||
"manualUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/docs/booty-shifter.md", | "manualUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/docs/booty-shifter.md", | ||||
"changelogUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/CHANGELOG.md", | "changelogUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/CHANGELOG.md", | ||||
"version": "2.1.1", | |||||
"version": "2.1.2", | |||||
"modules": [ | "modules": [ | ||||
{ | { | ||||
"slug": "squinkylabs-mixm", | "slug": "squinkylabs-mixm", | ||||