Browse Source

Update manifest for Bidoo, Bogaudio, NoraCodes

v1
Andrew Belt 5 years ago
parent
commit
fe717dfc88
4 changed files with 52 additions and 4 deletions
  1. +14
    -2
      manifests-cache.json
  2. +1
    -1
      manifests/Bidoo.json
  3. +1
    -1
      manifests/Bogaudio.json
  4. +36
    -0
      manifests/NoraCodes.json

+ 14
- 2
manifests-cache.json View File

@@ -731,7 +731,7 @@
}
},
"Bogaudio": {
"buildTimestamp": 1587750652.11736,
"buildTimestamp": 1587867850.564224,
"creationTimestamp": 1518016501.0,
"modules": {
"Bogaudio-VCO": {
@@ -4025,7 +4025,7 @@
}
},
"Bidoo": {
"buildTimestamp": 1587576769.938918,
"buildTimestamp": 1587866977.461051,
"creationTimestamp": 1518016501.0,
"modules": {
"vOId": {
@@ -7452,5 +7452,17 @@
"creationTimestamp": 1587076105.2977908
}
}
},
"NoraCodes": {
"buildTimestamp": 1587867064.9509885,
"creationTimestamp": 1587867852.8621142,
"modules": {
"NoraCodes_FivesAstable": {
"creationTimestamp": 1587867853.251153
},
"NoraCodes_FivesAstableC": {
"creationTimestamp": 1587867853.4904718
}
}
}
}

+ 1
- 1
manifests/Bidoo.json View File

@@ -1,6 +1,6 @@
{
"slug": "Bidoo",
"version": "1.1.18",
"version": "1.1.20",
"license": "GPL-3.0-only",
"name": "Bidoo",
"brand": "Bidoo",


+ 1
- 1
manifests/Bogaudio.json View File

@@ -1,7 +1,7 @@
{
"slug": "Bogaudio",
"name": "Bogaudio",
"version": "1.1.29",
"version": "1.1.30",
"license": "GPL-3.0-or-later",
"brand": "Bogaudio",
"author": "Matt Demanett",


+ 36
- 0
manifests/NoraCodes.json View File

@@ -0,0 +1,36 @@
{
"slug": "NoraCodes",
"name": "NoraCodes",
"version": "1.2.0",
"license": "ISC",
"brand": "NoraCodes",
"author": "Leonora Tindall",
"authorEmail": "nora@nora.codes",
"authorUrl": "https://nora.codes",
"pluginUrl": "https://nora.codes/projects/fives",
"manualUrl": "https://github.com/NoraCodes/fives/blob/master/README.md",
"sourceUrl": "https://github.com/NoraCodes/fives",
"donateUrl": "https://patreon.com/NoraCodes",
"changelogUrl": "",
"modules": [
{
"slug": "NoraCodes_FivesAstable",
"name": "Fives Astable",
"description": "Astable-mode 555 oscillator",
"tags": [
"Clock generator",
"Low-frequency oscillator",
"Physical modeling"
]
},
{
"slug": "NoraCodes_FivesAstableC",
"name": "Fives Astable C",
"description": "Astable-mode 555 oscillator with period control and CV inputs.",
"tags": [
"Oscillator",
"Physical modeling"
]
}
]
}

Loading…
Cancel
Save