Browse Source

Update manifest for Atelier, Bogaudio

v1
Andrew Belt 4 years ago
parent
commit
f2d430b9e9
3 changed files with 122 additions and 10 deletions
  1. +26
    -2
      manifests-cache.json
  2. +5
    -4
      manifests/Atelier.json
  3. +91
    -4
      manifests/Bogaudio.json

+ 26
- 2
manifests-cache.json View File

@@ -749,7 +749,7 @@
} }
}, },
"Bogaudio": { "Bogaudio": {
"buildTimestamp": 1588110705.6993463,
"buildTimestamp": 1595520288.8270383,
"creationTimestamp": 1518016501.0, "creationTimestamp": 1518016501.0,
"modules": { "modules": {
"Bogaudio-VCO": { "Bogaudio-VCO": {
@@ -1006,6 +1006,30 @@
}, },
"Bogaudio-Inv": { "Bogaudio-Inv": {
"creationTimestamp": 1587750658.4621515 "creationTimestamp": 1587750658.4621515
},
"Bogaudio-PEQ": {
"creationTimestamp": 1595520294.513043
},
"Bogaudio-PEQ6": {
"creationTimestamp": 1595520295.0378115
},
"Bogaudio-PEQ6XF": {
"creationTimestamp": 1595520295.5257378
},
"Bogaudio-PEQ14": {
"creationTimestamp": 1595520295.8855073
},
"Bogaudio-PEQ14XF": {
"creationTimestamp": 1595520296.1668925
},
"Bogaudio-Mix2": {
"creationTimestamp": 1595520296.4452791
},
"Bogaudio-CmpDist": {
"creationTimestamp": 1595520296.713835
},
"Bogaudio-FourMan": {
"creationTimestamp": 1595520297.1383526
} }
} }
}, },
@@ -8173,7 +8197,7 @@
} }
}, },
"Atelier": { "Atelier": {
"buildTimestamp": 1594865271.9513671,
"buildTimestamp": 1595519392.3593562,
"creationTimestamp": 1594864809.245203, "creationTimestamp": 1594864809.245203,
"modules": { "modules": {
"AtelierPalette": { "AtelierPalette": {


+ 5
- 4
manifests/Atelier.json View File

@@ -1,16 +1,17 @@
{ {
"slug": "Atelier", "slug": "Atelier",
"name": "Atelier", "name": "Atelier",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"brand": "Atelier", "brand": "Atelier",
"author": "Xenakios",
"author": "Xenakios (Panel Design by Pyer)",
"authorEmail": "xenakios@gmail.com", "authorEmail": "xenakios@gmail.com",
"authorUrl": "https://xenakios.wordpress.com/",
"pluginUrl": "https://xenakios.wordpress.com/",
"authorUrl": "https://xenakios.wordpress.com/atelier/",
"pluginUrl": "https://xenakios.wordpress.com/atelier/",
"manualUrl": "", "manualUrl": "",
"sourceUrl": "https://github.com/Xenakios/Atelier", "sourceUrl": "https://github.com/Xenakios/Atelier",
"donateUrl": "", "donateUrl": "",
"changelogUrl": "https://github.com/Xenakios/Atelier/blob/master/CHANGELOG.md",
"modules": [ "modules": [
{ {
"slug": "AtelierPalette", "slug": "AtelierPalette",


+ 91
- 4
manifests/Bogaudio.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Bogaudio", "slug": "Bogaudio",
"name": "Bogaudio", "name": "Bogaudio",
"version": "1.1.31",
"version": "1.1.32",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Bogaudio", "brand": "Bogaudio",
"author": "Matt Demanett", "author": "Matt Demanett",
@@ -163,6 +163,59 @@
"Polyphonic" "Polyphonic"
] ]
}, },
{
"slug": "Bogaudio-PEQ",
"name": "PEQ",
"description": "3-channel parametric equalizer",
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#peq",
"tags": [
"Filter",
"Polyphonic"
]
},
{
"slug": "Bogaudio-PEQ6",
"name": "PEQ6",
"description": "6-channel parametric equalizer / filter bank",
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#peq6",
"tags": [
"Filter",
"Polyphonic"
]
},
{
"slug": "Bogaudio-PEQ6XF",
"name": "PEQ6XF",
"description": "PEQ6 envelope followers expander",
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#peq6xf",
"tags": [
"Filter",
"Expander",
"Polyphonic"
]
},
{
"slug": "Bogaudio-PEQ14",
"name": "PEQ14",
"description": "14-channel parametric equalizer / filter bank",
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#peq14",
"tags": [
"Filter",
"Vocoder",
"Polyphonic"
]
},
{
"slug": "Bogaudio-PEQ14XF",
"name": "PEQ14XF",
"description": "PEQ14 envelope followers expander",
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#peq14xf",
"tags": [
"Filter",
"Expander",
"Polyphonic"
]
},
{ {
"slug": "Bogaudio-DADSRH", "slug": "Bogaudio-DADSRH",
"name": "DADSR(H)", "name": "DADSR(H)",
@@ -289,10 +342,12 @@
{ {
"slug": "Bogaudio-Walk2", "slug": "Bogaudio-Walk2",
"name": "WALK2", "name": "WALK2",
"description": "2-channel random-walk CV source",
"description": "2D random-walk and X/Y controller",
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#walk2", "manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#walk2",
"tags": [ "tags": [
"Random"
"Random",
"Sample and hold",
"Controller"
] ]
}, },
{ {
@@ -302,6 +357,7 @@
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#walk", "manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#walk",
"tags": [ "tags": [
"Random", "Random",
"Sample and hold",
"Polyphonic" "Polyphonic"
] ]
}, },
@@ -345,10 +401,20 @@
"Expander" "Expander"
] ]
}, },
{
"slug": "Bogaudio-Mix2",
"name": "MIX2",
"description": "Stereo fader/amplifier with CV-controllable mute",
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#mix2",
"tags": [
"VCA",
"Polyphonic"
]
},
{ {
"slug": "Bogaudio-Mix1", "slug": "Bogaudio-Mix1",
"name": "MIX1", "name": "MIX1",
"description": "Fader/amplifier with CV controllable mute",
"description": "Fader/amplifier with CV-controllable mute",
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#mix1", "manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#mix1",
"tags": [ "tags": [
"VCA", "VCA",
@@ -539,6 +605,17 @@
"Polyphonic" "Polyphonic"
] ]
}, },
{
"slug": "Bogaudio-CmpDist",
"name": "CMPDIST",
"description": "Comparator-based distortion",
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#cmpdist",
"tags": [
"Distortion",
"Effect",
"Polyphonic"
]
},
{ {
"slug": "Bogaudio-OneEight", "slug": "Bogaudio-OneEight",
"name": "1:8", "name": "1:8",
@@ -789,6 +866,16 @@
"Controller" "Controller"
] ]
}, },
{
"slug": "Bogaudio-FourMan",
"name": "4MAN",
"description": "Quad button-controlled gates / triggers",
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#fourman",
"tags": [
"Controller",
"Quad"
]
},
{ {
"slug": "Bogaudio-Mult", "slug": "Bogaudio-Mult",
"name": "MULT", "name": "MULT",


Loading…
Cancel
Save