| @@ -2037,7 +2037,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "Stoermelder-P1": { | "Stoermelder-P1": { | ||||
| "buildTimestamp": 1588868717.3231008, | |||||
| "buildTimestamp": 1589036749.7167444, | |||||
| "creationTimestamp": 1559409342.0, | "creationTimestamp": 1559409342.0, | ||||
| "modules": { | "modules": { | ||||
| "CVMap": { | "CVMap": { | ||||
| @@ -2126,6 +2126,9 @@ | |||||
| }, | }, | ||||
| "Goto": { | "Goto": { | ||||
| "creationTimestamp": 1588869624.5931532 | "creationTimestamp": 1588869624.5931532 | ||||
| }, | |||||
| "Fr": { | |||||
| "creationTimestamp": 1589036898.0215738 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -3079,7 +3082,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "kocmoc": { | "kocmoc": { | ||||
| "buildTimestamp": 1588110760.6571217, | |||||
| "buildTimestamp": 1589036896.5896275, | |||||
| "creationTimestamp": 1572165273.0, | "creationTimestamp": 1572165273.0, | ||||
| "modules": { | "modules": { | ||||
| "SVF-1": { | "SVF-1": { | ||||
| @@ -4942,7 +4945,7 @@ | |||||
| "modules": {} | "modules": {} | ||||
| }, | }, | ||||
| "ML_modules": { | "ML_modules": { | ||||
| "buildTimestamp": 1587306869.1219683, | |||||
| "buildTimestamp": 1589036853.6587846, | |||||
| "creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
| "modules": { | "modules": { | ||||
| "BPMdetect": { | "BPMdetect": { | ||||
| @@ -5851,7 +5854,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "SubmarineFree": { | "SubmarineFree": { | ||||
| "buildTimestamp": 1586323866.0852828, | |||||
| "buildTimestamp": 1589036571.8632534, | |||||
| "creationTimestamp": 1522452120.0, | "creationTimestamp": 1522452120.0, | ||||
| "modules": { | "modules": { | ||||
| "AG-104": { | "AG-104": { | ||||
| @@ -6057,6 +6060,9 @@ | |||||
| }, | }, | ||||
| "XF-301": { | "XF-301": { | ||||
| "creationTimestamp": 1586324002.844379 | "creationTimestamp": 1586324002.844379 | ||||
| }, | |||||
| "TD-510": { | |||||
| "creationTimestamp": 1589036898.3720653 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "ML_modules", | "slug": "ML_modules", | ||||
| "name": "ML Modules", | "name": "ML Modules", | ||||
| "version": "1.1.0", | |||||
| "version": "1.1.1", | |||||
| "license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
| "author": "Martin Lueders", | "author": "Martin Lueders", | ||||
| "brand": "ML Modules", | "brand": "ML Modules", | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "slug": "Stoermelder-P1", | "slug": "Stoermelder-P1", | ||||
| "version": "1.6.0", | |||||
| "version": "1.6.1", | |||||
| "license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
| "author": "Benjamin Dill", | "author": "Benjamin Dill", | ||||
| "name": "PackOne", | "name": "PackOne", | ||||
| @@ -302,6 +302,16 @@ | |||||
| ], | ], | ||||
| "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Goto.md" | "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Goto.md" | ||||
| }, | }, | ||||
| { | |||||
| "slug": "Fr", | |||||
| "name": "FR", | |||||
| "description": "Show the current screen framerate in the top-right corner", | |||||
| "tags": [ | |||||
| "Utility" | |||||
| ], | |||||
| "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Fr.md", | |||||
| "disabled": true | |||||
| }, | |||||
| { | { | ||||
| "slug": "AudioInterface64", | "slug": "AudioInterface64", | ||||
| "name": "AUDIO-64", | "name": "AUDIO-64", | ||||
| @@ -11,7 +11,7 @@ | |||||
| "donateUrl": "https://www.paypal.me/SubmarineFree", | "donateUrl": "https://www.paypal.me/SubmarineFree", | ||||
| "pluginUrl": "https://github.com/david-c14/SubmarineFree/blob/master/README.md", | "pluginUrl": "https://github.com/david-c14/SubmarineFree/blob/master/README.md", | ||||
| "changelogUrl": "https://github.com/david-c14/SubmarineFree/blob/master/changelog.md", | "changelogUrl": "https://github.com/david-c14/SubmarineFree/blob/master/changelog.md", | ||||
| "version": "1.1.4", | |||||
| "version": "1.1.5", | |||||
| "modules": [ | "modules": [ | ||||
| { | { | ||||
| "slug": "AG-104", | "slug": "AG-104", | ||||
| @@ -517,6 +517,15 @@ | |||||
| "VISUAL" | "VISUAL" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "TD-510", | |||||
| "name": "TD-510", | |||||
| "description": "TD-510 Vertical Text Display", | |||||
| "manualUrl": "https://github.com/david-c14/SubmarineFree/blob/master/manual/TD.md", | |||||
| "tags": [ | |||||
| "VISUAL" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "TF-101", | "slug": "TF-101", | ||||
| "name": "TF-101", | "name": "TF-101", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "kocmoc", | "slug": "kocmoc", | ||||
| "name": "kocmoc", | "name": "kocmoc", | ||||
| "version": "1.3.0", | |||||
| "version": "1.3.2", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "kocmoc", | "brand": "kocmoc", | ||||
| "author": "janne808", | "author": "janne808", | ||||
| @@ -42,7 +42,8 @@ | |||||
| "name": "OP", | "name": "OP", | ||||
| "description": "Phase-modulation operator", | "description": "Phase-modulation operator", | ||||
| "tags": [ | "tags": [ | ||||
| "Oscillator" | |||||
| "Oscillator", | |||||
| "Polyphonic" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||