diff --git a/manifests-cache.json b/manifests-cache.json index d5daf061..443d634e 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -2632,7 +2632,7 @@ } }, "squinkylabs-plug1": { - "buildTimestamp": 1623003006.4638119, + "buildTimestamp": 1624969871.1072202, "creationTimestamp": 1521738241.0, "modules": { "squinkylabs-ev3": { @@ -9477,7 +9477,7 @@ } }, "ODDSound_MTS_ESP": { - "buildTimestamp": 1618677045.5100925, + "buildTimestamp": 1624969900.4479854, "creationTimestamp": 1618677097.0855606, "modules": { "MIDI_CV_MTS_ESP": { @@ -9485,6 +9485,12 @@ }, "CV_MIDI_MTS_ESP": { "creationTimestamp": 1618677097.2593522 + }, + "Quantizer_MTS_ESP": { + "creationTimestamp": 1624969919.8411987 + }, + "Interval": { + "creationTimestamp": 1624969919.993548 } } }, @@ -9564,7 +9570,7 @@ } }, "RPJ": { - "buildTimestamp": 1624763005.205914, + "buildTimestamp": 1624969919.5551503, "creationTimestamp": 1624763005.6302476, "modules": { "Grendel": { diff --git a/manifests/ODDSound_MTS_ESP.json b/manifests/ODDSound_MTS_ESP.json index 9550d2d3..1b1156eb 100644 --- a/manifests/ODDSound_MTS_ESP.json +++ b/manifests/ODDSound_MTS_ESP.json @@ -1,15 +1,15 @@ { "slug": "ODDSound_MTS_ESP", "name": "ODDSound MTS-ESP", - "version": "1.0.0", + "version": "1.0.1", "license": "0BSD", "brand": "ODDSound", "author": "ODDSound", - "authorEmail": "https://oddsound.com", + "authorEmail": "info@oddsound.com", "authorUrl": "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", "changelogUrl": "", "modules": [ @@ -25,13 +25,31 @@ }, { "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", "tags": [ "External", "MIDI", "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" + ] } ] } \ No newline at end of file diff --git a/manifests/RPJ.json b/manifests/RPJ.json index 8eaccff5..f448f3f1 100644 --- a/manifests/RPJ.json +++ b/manifests/RPJ.json @@ -1,7 +1,7 @@ { "slug": "RPJ", "name": "RPJ", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-3.0-or-later", "brand": "RPJ", "author": "Robert Kock", diff --git a/manifests/squinkylabs-plug1.json b/manifests/squinkylabs-plug1.json index d6b238a7..59ac025c 100644 --- a/manifests/squinkylabs-plug1.json +++ b/manifests/squinkylabs-plug1.json @@ -8,7 +8,7 @@ "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/booty-shifter.md", "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/CHANGELOG.md", - "version": "1.0.19", + "version": "1.0.20", "modules": [ { "slug": "squinkylabs-ev3",