@@ -2575,7 +2575,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"squinkylabs-plug1": { | "squinkylabs-plug1": { | ||||
"buildTimestamp": 1618240249.9972656, | |||||
"buildTimestamp": 1618677026.369618, | |||||
"creationTimestamp": 1521738241.0, | "creationTimestamp": 1521738241.0, | ||||
"modules": { | "modules": { | ||||
"squinkylabs-ev3": { | "squinkylabs-ev3": { | ||||
@@ -8787,7 +8787,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"GrandeModular": { | "GrandeModular": { | ||||
"buildTimestamp": 1614651346.5944302, | |||||
"buildTimestamp": 1618677096.8780332, | |||||
"creationTimestamp": 1598123367.069531, | "creationTimestamp": 1598123367.069531, | ||||
"modules": { | "modules": { | ||||
"NoteMT": { | "NoteMT": { | ||||
@@ -9382,5 +9382,17 @@ | |||||
"creationTimestamp": 1617895366.0225801 | "creationTimestamp": 1617895366.0225801 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"ODDSound_MTS_ESP": { | |||||
"buildTimestamp": 1618677045.5100925, | |||||
"creationTimestamp": 1618677097.0855606, | |||||
"modules": { | |||||
"MIDI_CV_MTS_ESP": { | |||||
"creationTimestamp": 1618677097.1562622 | |||||
}, | |||||
"CV_MIDI_MTS_ESP": { | |||||
"creationTimestamp": 1618677097.2593522 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "GrandeModular", | "slug": "GrandeModular", | ||||
"name": "Grande", | "name": "Grande", | ||||
"version": "1.7.1", | |||||
"version": "1.7.2", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"author": "David Grande", | "author": "David Grande", | ||||
"authorEmail": "dbgrande246@gmail.com", | "authorEmail": "dbgrande246@gmail.com", | ||||
@@ -0,0 +1,37 @@ | |||||
{ | |||||
"slug": "ODDSound_MTS_ESP", | |||||
"name": "ODDSound MTS-ESP", | |||||
"version": "1.0.0", | |||||
"license": "0BSD", | |||||
"brand": "ODDSound", | |||||
"author": "ODDSound", | |||||
"authorEmail": "https://oddsound.com", | |||||
"authorUrl": "https://oddsound.com", | |||||
"pluginUrl": "https://oddsound.com", | |||||
"manualUrl": "https://oddsound.com", | |||||
"sourceUrl": "https://oddsound.com", | |||||
"donateUrl": "https://oddsound.com", | |||||
"changelogUrl": "", | |||||
"modules": [ | |||||
{ | |||||
"slug": "MIDI_CV_MTS_ESP", | |||||
"name": "MTS-ESP MIDI To CV", | |||||
"description": "Converts MIDI from an external device to CV and gates with MTS-ESP tuning support", | |||||
"tags": [ | |||||
"External", | |||||
"MIDI", | |||||
"Polyphonic" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "CV_MIDI_MTS_ESP", | |||||
"name": "MTS-ESP CV To MIDI ", | |||||
"description": "Converts CV to MIDI and sends to an external device with MTS-ESP tuning support", | |||||
"tags": [ | |||||
"External", | |||||
"MIDI", | |||||
"Polyphonic" | |||||
] | |||||
} | |||||
] | |||||
} |
@@ -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.16", | |||||
"version": "1.0.17", | |||||
"modules": [ | "modules": [ | ||||
{ | { | ||||
"slug": "squinkylabs-ev3", | "slug": "squinkylabs-ev3", | ||||
@@ -298,7 +298,7 @@ | |||||
"slug": "squinkylabs-sines", | "slug": "squinkylabs-sines", | ||||
"name": "Organ Three", | "name": "Organ Three", | ||||
"description": "Hammond organ emulator", | "description": "Hammond organ emulator", | ||||
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/sines.md", | |||||
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/og.md", | |||||
"tags": [ | "tags": [ | ||||
"VCO", | "VCO", | ||||
"Polyphonic", | "Polyphonic", | ||||
@@ -362,10 +362,10 @@ | |||||
}, | }, | ||||
{ | { | ||||
"slug": "squinkylabs-samp", | "slug": "squinkylabs-samp", | ||||
"name": "Samp", | |||||
"name": "SFZ Player", | |||||
"description": "Sampler that loads standard SFZ files.", | "description": "Sampler that loads standard SFZ files.", | ||||
"disabled": false, | "disabled": false, | ||||
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/samp.md", | |||||
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/sfz-player.md", | |||||
"tags": [ | "tags": [ | ||||
"Polyphonic", | "Polyphonic", | ||||
"Sampler", | "Sampler", | ||||