Browse Source

Update manifest for JW-Modules, Extratone, GrandeModular

v1
Andrew Belt 4 years ago
parent
commit
b134c5a32e
4 changed files with 76 additions and 5 deletions
  1. +20
    -2
      manifests-cache.json
  2. +34
    -0
      manifests/Extratone.json
  3. +12
    -1
      manifests/GrandeModular.json
  4. +10
    -2
      manifests/JW-Modules.json

+ 20
- 2
manifests-cache.json View File

@@ -3178,7 +3178,7 @@
}
},
"JW-Modules": {
"buildTimestamp": 1618240380.6335092,
"buildTimestamp": 1620402348.4415371,
"creationTimestamp": 1518016501.0,
"modules": {
"BlankPanel_SM": {
@@ -3264,6 +3264,9 @@
},
"8Seq": {
"creationTimestamp": 1616991327.5839186
},
"DivSeq": {
"creationTimestamp": 1620402349.1316411
}
}
},
@@ -8808,7 +8811,7 @@
}
},
"GrandeModular": {
"buildTimestamp": 1618677096.8780332,
"buildTimestamp": 1620402223.1784315,
"creationTimestamp": 1598123367.069531,
"modules": {
"NoteMT": {
@@ -8840,6 +8843,9 @@
},
"Tails": {
"creationTimestamp": 1613369291.104899
},
"Clip": {
"creationTimestamp": 1620402349.4137728
}
}
},
@@ -9445,5 +9451,17 @@
"creationTimestamp": 1619962435.0621927
}
}
},
"Extratone": {
"buildTimestamp": 1620402165.0803254,
"creationTimestamp": 1620402349.2390156,
"modules": {
"Modulo": {
"creationTimestamp": 1620402349.2959146
},
"Opabinia": {
"creationTimestamp": 1620402349.348658
}
}
}
}

+ 34
- 0
manifests/Extratone.json View File

@@ -0,0 +1,34 @@
{
"slug": "Extratone",
"name": "Extratone",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"brand": "XTRTN",
"author": "Eater of Sheep",
"authorEmail": "extratonexyz@gmail.com",
"authorUrl": "http://extratone.xyz/artists/sheep.html",
"pluginUrl": "http://extratone.xyz",
"manualUrl": "http://extratone.xyz/modules.php",
"sourceUrl": "https://github.com/EaterOfSheep/sheepextratone",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Modulo",
"name": "Modulo",
"description": "Adjustable modulo operator for octave-stripping and waveshaping",
"tags": [
"utility",
"waveshaper"
]
},
{
"slug": "Opabinia",
"name": "Opabinia",
"description": "Basic bassdrum with folding and distortion",
"tags": [
"Drum"
]
}
]
}

+ 12
- 1
manifests/GrandeModular.json View File

@@ -1,7 +1,7 @@
{
"slug": "GrandeModular",
"name": "Grande",
"version": "1.7.2",
"version": "1.8.0",
"license": "GPL-3.0-or-later",
"author": "David Grande",
"authorEmail": "dbgrande246@gmail.com",
@@ -12,6 +12,17 @@
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Clip",
"name": "Clip",
"description": "Polyphonic hard clipper and visual clip monitor.",
"manualUrl": "https://github.com/dbgrande/GrandeModular/#clip",
"tags": [
"Limiter",
"Visual",
"Polyphonic"
]
},
{
"slug": "MergeSplit4",
"name": "MergeSplit4",


+ 10
- 2
manifests/JW-Modules.json View File

@@ -10,7 +10,7 @@
"sourceUrl": "https://github.com/jeremywen/JW-Modules",
"donateUrl": "https://www.paypal.me/jeremywen",
"changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md",
"version": "1.0.25",
"version": "1.0.27",
"modules": [
{
"slug": "BlankPanel_1HP",
@@ -104,7 +104,15 @@
{
"slug": "8Seq",
"name": "8Seq",
"manualUrl": "https://github.com/jeremywen/JW-Modules#eightSeq",
"manualUrl": "https://github.com/jeremywen/JW-Modules#eightseq",
"tags": [
"Sequencer"
]
},
{
"slug": "DivSeq",
"name": "DivSeq",
"manualUrl": "https://github.com/jeremywen/JW-Modules#divseq",
"tags": [
"Sequencer"
]


Loading…
Cancel
Save