Browse Source

Review and add modular80 at version 1.0.0. #483

v1
Christoph Scholtes 6 years ago
parent
commit
d193b90ebc
2 changed files with 39 additions and 1 deletions
  1. +38
    -0
      manifests/modular80.json
  2. +1
    -1
      repos/modular80

+ 38
- 0
manifests/modular80.json View File

@@ -0,0 +1,38 @@
{
"slug": "modular80",
"name": "modular80",
"author": "cschol",
"license": "BSD-3-Clause",
"authorEmail": "modular80@gmail.com",
"pluginUrl": "https://github.com/cschol/modular80/blob/master/README.md",
"manualUrl": "https://github.com/cschol/modular80/blob/master/README.md",
"sourceUrl": "https://github.com/cschol/modular80.git",
"version": "1.0.0",
"modules": [
{
"slug": "Logistiker",
"name": "Logistiker",
"description": "Chaotic CV generator based on Logistics equation",
"tags": [
"Random"
]
},
{
"slug": "Radio Music",
"name": "Radio Music",
"description": "Radio Music is a sampler pretending to be a radio",
"tags": [
"Sampler"
]
},
{
"slug": "Nosering",
"name": "Nosering",
"description": "Interpretation of Grant Richter's Noisering design",
"tags": [
"Noise",
"Random"
]
}
]
}

+ 1
- 1
repos/modular80

@@ -1 +1 @@
Subproject commit 29ad56d4189d99060a6f7ef1256f5d43a7779854
Subproject commit 3b6af3638b080908639c8b9370f50cf8d4f04f4e

Loading…
Cancel
Save