@@ -2632,7 +2632,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"squinkylabs-plug1": { | "squinkylabs-plug1": { | ||||
"buildTimestamp": 1623003006.4638119, | |||||
"buildTimestamp": 1624969871.1072202, | |||||
"creationTimestamp": 1521738241.0, | "creationTimestamp": 1521738241.0, | ||||
"modules": { | "modules": { | ||||
"squinkylabs-ev3": { | "squinkylabs-ev3": { | ||||
@@ -9477,7 +9477,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"ODDSound_MTS_ESP": { | "ODDSound_MTS_ESP": { | ||||
"buildTimestamp": 1618677045.5100925, | |||||
"buildTimestamp": 1624969900.4479854, | |||||
"creationTimestamp": 1618677097.0855606, | "creationTimestamp": 1618677097.0855606, | ||||
"modules": { | "modules": { | ||||
"MIDI_CV_MTS_ESP": { | "MIDI_CV_MTS_ESP": { | ||||
@@ -9485,6 +9485,12 @@ | |||||
}, | }, | ||||
"CV_MIDI_MTS_ESP": { | "CV_MIDI_MTS_ESP": { | ||||
"creationTimestamp": 1618677097.2593522 | "creationTimestamp": 1618677097.2593522 | ||||
}, | |||||
"Quantizer_MTS_ESP": { | |||||
"creationTimestamp": 1624969919.8411987 | |||||
}, | |||||
"Interval": { | |||||
"creationTimestamp": 1624969919.993548 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -9564,7 +9570,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"RPJ": { | "RPJ": { | ||||
"buildTimestamp": 1624763005.205914, | |||||
"buildTimestamp": 1624969919.5551503, | |||||
"creationTimestamp": 1624763005.6302476, | "creationTimestamp": 1624763005.6302476, | ||||
"modules": { | "modules": { | ||||
"Grendel": { | "Grendel": { | ||||
@@ -1,15 +1,15 @@ | |||||
{ | { | ||||
"slug": "ODDSound_MTS_ESP", | "slug": "ODDSound_MTS_ESP", | ||||
"name": "ODDSound MTS-ESP", | "name": "ODDSound MTS-ESP", | ||||
"version": "1.0.0", | |||||
"version": "1.0.1", | |||||
"license": "0BSD", | "license": "0BSD", | ||||
"brand": "ODDSound", | "brand": "ODDSound", | ||||
"author": "ODDSound", | "author": "ODDSound", | ||||
"authorEmail": "https://oddsound.com", | |||||
"authorEmail": "info@oddsound.com", | |||||
"authorUrl": "https://oddsound.com", | "authorUrl": "https://oddsound.com", | ||||
"pluginUrl": "https://oddsound.com", | "pluginUrl": "https://oddsound.com", | ||||
"manualUrl": "https://oddsound.com", | |||||
"sourceUrl": "https://oddsound.com", | |||||
"manualUrl": "https://github.com/ODDSound/MTS-ESP-VCVRack", | |||||
"sourceUrl": "https://github.com/ODDSound/MTS-ESP-VCVRack", | |||||
"donateUrl": "https://oddsound.com", | "donateUrl": "https://oddsound.com", | ||||
"changelogUrl": "", | "changelogUrl": "", | ||||
"modules": [ | "modules": [ | ||||
@@ -25,13 +25,31 @@ | |||||
}, | }, | ||||
{ | { | ||||
"slug": "CV_MIDI_MTS_ESP", | "slug": "CV_MIDI_MTS_ESP", | ||||
"name": "MTS-ESP CV To MIDI ", | |||||
"name": "MTS-ESP CV To MIDI", | |||||
"description": "Converts CV to MIDI and sends to an external device with MTS-ESP tuning support", | "description": "Converts CV to MIDI and sends to an external device with MTS-ESP tuning support", | ||||
"tags": [ | "tags": [ | ||||
"External", | "External", | ||||
"MIDI", | "MIDI", | ||||
"Polyphonic" | "Polyphonic" | ||||
] | ] | ||||
}, | |||||
{ | |||||
"slug": "Quantizer_MTS_ESP", | |||||
"name": "MTS-ESP Quantizer", | |||||
"description": "Quantize pitch CV to the global MTS-ESP tuning table", | |||||
"tags": [ | |||||
"Quantizer", | |||||
"Polyphonic" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Interval", | |||||
"name": "Interval", | |||||
"description": "Transpose or bend pitch CV by any interval, defined either as an integer ratio or cents value.", | |||||
"tags": [ | |||||
"Tuner", | |||||
"Polyphonic" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "RPJ", | "slug": "RPJ", | ||||
"name": "RPJ", | "name": "RPJ", | ||||
"version": "1.0.0", | |||||
"version": "1.0.1", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "RPJ", | "brand": "RPJ", | ||||
"author": "Robert Kock", | "author": "Robert Kock", | ||||
@@ -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.19", | |||||
"version": "1.0.20", | |||||
"modules": [ | "modules": [ | ||||
{ | { | ||||
"slug": "squinkylabs-ev3", | "slug": "squinkylabs-ev3", | ||||