Browse Source

Update manifest for voxglitch, IggyLabsModules, FrozenWasteland

v1
Andrew Belt 4 years ago
parent
commit
04c7e3b1f7
4 changed files with 53 additions and 4 deletions
  1. +14
    -2
      manifests-cache.json
  2. +11
    -1
      manifests/FrozenWasteland.json
  3. +27
    -0
      manifests/IggyLabsModules.json
  4. +1
    -1
      manifests/voxglitch.json

+ 14
- 2
manifests-cache.json View File

@@ -381,7 +381,7 @@
}
},
"voxglitch": {
"buildTimestamp": 1593627728.1209161,
"buildTimestamp": 1594269468.9399242,
"creationTimestamp": 1579792597.0,
"modules": {
"autobreak": {
@@ -7320,7 +7320,7 @@
}
},
"FrozenWasteland": {
"buildTimestamp": 1590414982.083904,
"buildTimestamp": 1594269723.001668,
"creationTimestamp": 1518016501.0,
"modules": {
"BPMLFO": {
@@ -7436,6 +7436,9 @@
},
"SeriouslySlowEG": {
"creationTimestamp": 1589584931.6982238
},
"ProbablyNoteMN": {
"creationTimestamp": 1594269751.685945
}
}
},
@@ -8009,5 +8012,14 @@
"creationTimestamp": 1593967604.8185258
}
}
},
"IggyLabsModules": {
"buildTimestamp": 1594269749.4188628,
"creationTimestamp": 1594269751.191527,
"modules": {
"table": {
"creationTimestamp": 1594269751.4262383
}
}
}
}

+ 11
- 1
manifests/FrozenWasteland.json View File

@@ -1,7 +1,7 @@
{
"slug": "FrozenWasteland",
"name": "Frozen Wasteland",
"version": "1.14.2",
"version": "1.15.0",
"author": "almostEric",
"license": "GPL-3.0-only",
"authorEmail": "almostEric@frozenwastelandmodules.com",
@@ -177,6 +177,16 @@
"Polyphonic"
]
},
{
"slug": "ProbablyNoteMN",
"name": "Probably Note - Math Nerd",
"description": "Probabilistic Quantizer using prime number based generative scales",
"tags": [
"Quantizer",
"Random",
"Polyphonic"
]
},
{
"slug": "PNChordExpander",
"name": "Probably Note - Chord Expander",


+ 27
- 0
manifests/IggyLabsModules.json View File

@@ -0,0 +1,27 @@
{
"slug": "IggyLabsModules",
"name": "iggy.labs",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"brand": "iggy.labs",
"author": "Isabel Kaspriskie",
"authorEmail": "ikaspriskie@gmail.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/IggyLabs/IggyLabsModules/wiki/Manual",
"sourceUrl": "https://github.com/IggyLabs/IggyLabsModules",
"donateUrl": "https://www.buymeacoffee.com/iggylabs",
"changelogUrl": "",
"modules": [
{
"slug": "table",
"name": "table",
"description": "Wavetable oscillator for user-imported wavetables",
"tags": [
"oscillator",
"polyphonic"
],
"manualUrl": "https://github.com/IggyLabs/IggyLabsModules/wiki/Oscillators#table"
}
]
}

+ 1
- 1
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{
"slug": "voxglitch",
"name": "Voxglitch",
"version": "1.17.0",
"version": "1.18.0",
"license": "BSD-3-Clause",
"brand": "Voxglitch",
"author": "Bret Truchan",


Loading…
Cancel
Save