Browse Source

Update manifest for GrandeModular, squinkylabs-plug1, ODDSound_MTS_ESP

v1
Andrew Belt 4 years ago
parent
commit
717967f85b
4 changed files with 56 additions and 7 deletions
  1. +14
    -2
      manifests-cache.json
  2. +1
    -1
      manifests/GrandeModular.json
  3. +37
    -0
      manifests/ODDSound_MTS_ESP.json
  4. +4
    -4
      manifests/squinkylabs-plug1.json

+ 14
- 2
manifests-cache.json View File

@@ -2575,7 +2575,7 @@
}
},
"squinkylabs-plug1": {
"buildTimestamp": 1618240249.9972656,
"buildTimestamp": 1618677026.369618,
"creationTimestamp": 1521738241.0,
"modules": {
"squinkylabs-ev3": {
@@ -8787,7 +8787,7 @@
}
},
"GrandeModular": {
"buildTimestamp": 1614651346.5944302,
"buildTimestamp": 1618677096.8780332,
"creationTimestamp": 1598123367.069531,
"modules": {
"NoteMT": {
@@ -9382,5 +9382,17 @@
"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
- 1
manifests/GrandeModular.json View File

@@ -1,7 +1,7 @@
{
"slug": "GrandeModular",
"name": "Grande",
"version": "1.7.1",
"version": "1.7.2",
"license": "GPL-3.0-or-later",
"author": "David Grande",
"authorEmail": "dbgrande246@gmail.com",


+ 37
- 0
manifests/ODDSound_MTS_ESP.json View File

@@ -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"
]
}
]
}

+ 4
- 4
manifests/squinkylabs-plug1.json View File

@@ -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.16",
"version": "1.0.17",
"modules": [
{
"slug": "squinkylabs-ev3",
@@ -298,7 +298,7 @@
"slug": "squinkylabs-sines",
"name": "Organ Three",
"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": [
"VCO",
"Polyphonic",
@@ -362,10 +362,10 @@
},
{
"slug": "squinkylabs-samp",
"name": "Samp",
"name": "SFZ Player",
"description": "Sampler that loads standard SFZ files.",
"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": [
"Polyphonic",
"Sampler",


Loading…
Cancel
Save