Browse Source

Update manifest monome to 2.1.3, Ahornberg to 2.1.11, Airwin2Rack to 2.4.0

pull/785/head
Andrew Belt 1 year ago
parent
commit
4a83a850f1
4 changed files with 136 additions and 5 deletions
  1. +3
    -3
      manifests-cache.json
  2. +1
    -1
      manifests/Ahornberg.json
  3. +1
    -1
      manifests/Airwin2Rack.json
  4. +131
    -0
      manifests/monome.json

+ 3
- 3
manifests-cache.json View File

@@ -8739,7 +8739,7 @@
"modules": {} "modules": {}
}, },
"Ahornberg": { "Ahornberg": {
"buildTimestamp": 1687317237.9476774,
"buildTimestamp": 1687709757.9275615,
"creationTimestamp": 1562952023.0, "creationTimestamp": 1562952023.0,
"modules": { "modules": {
"EqualDivision": { "EqualDivision": {
@@ -12279,7 +12279,7 @@
} }
}, },
"Airwin2Rack": { "Airwin2Rack": {
"buildTimestamp": 1681167531.9314902,
"buildTimestamp": 1687710123.4108846,
"creationTimestamp": 1675100686.7833567, "creationTimestamp": 1675100686.7833567,
"modules": { "modules": {
"Airwin2Rack": { "Airwin2Rack": {
@@ -12552,7 +12552,7 @@
} }
}, },
"monome": { "monome": {
"buildTimestamp": 1687317035.9761965,
"buildTimestamp": 1687709684.6115656,
"creationTimestamp": 1687317423.8644073, "creationTimestamp": 1687317423.8644073,
"modules": { "modules": {
"whitewhale": { "whitewhale": {


+ 1
- 1
manifests/Ahornberg.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "Ahornberg", "slug": "Ahornberg",
"version": "2.1.10",
"version": "2.1.11",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"name": "Ahornberg", "name": "Ahornberg",
"brand": "Ahornberg", "brand": "Ahornberg",


+ 1
- 1
manifests/Airwin2Rack.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Airwin2Rack", "slug": "Airwin2Rack",
"name": "Airwindows", "name": "Airwindows",
"version": "2.3.0",
"version": "2.4.0",
"license": "MIT", "license": "MIT",
"author": "@baconpaul, @airwindows", "author": "@baconpaul, @airwindows",
"authorEmail": "", "authorEmail": "",


+ 131
- 0
manifests/monome.json View File

@@ -0,0 +1,131 @@
{
"slug": "monome",
"name": "monome",
"version": "2.1.3",
"license": "GPL-2.0-only",
"author": "Michael Dewberry",
"authorEmail": "",
"authorUrl": "https://dewb.github.io/monome-rack/general/credits/",
"pluginUrl": "https://dewb.github.io/monome-rack",
"manualUrl": "https://dewb.github.io/monome-rack",
"sourceUrl": "https://github.com/Dewb/monome-rack",
"donateUrl": "",
"changelogUrl": "https://github.com/Dewb/monome-rack/releases",
"modules": [
{
"slug": "whitewhale",
"name": "white whale",
"description": "grid-enabled probabilistic step sequencer",
"modularGridUrl": "https://www.modulargrid.net/e/monome-white-whale",
"manualUrl": "https://dewb.github.io/monome-rack/modules/whitewhale",
"tags": [
"sequencer",
"clock generator",
"digital",
"hardware clone",
"external"
]
},
{
"slug": "earthsea",
"name": "earthsea",
"description": "grid-enabled shape-memory pattern instrument",
"modularGridUrl": "https://www.modulargrid.net/e/monome-earthsea",
"manualUrl": "https://dewb.github.io/monome-rack/modules/earthsea",
"tags": [
"sequencer",
"digital",
"hardware clone",
"external"
]
},
{
"slug": "meadowphysics",
"name": "meadowphysics",
"description": "grid-enabled rhizomatic cascading counter",
"modularGridUrl": "https://www.modulargrid.net/e/monome-meadowphysics",
"manualUrl": "https://dewb.github.io/monome-rack/modules/meadowphysics",
"tags": [
"sequencer",
"clock generator",
"digital",
"hardware clone",
"external"
]
},
{
"slug": "teletype",
"name": "teletype",
"description": "algorithmic ecosystem: a dynamic, musical event triggering platform",
"modularGridUrl": "https://www.modulargrid.net/e/monome-teletype",
"manualUrl": "https://dewb.github.io/monome-rack/modules/teletype",
"tags": [
"arpeggiator",
"clock generator",
"clock modulator",
"envelope follower",
"envelope generator",
"function generator",
"logic",
"quantizer",
"random",
"sequencer",
"slew limiter",
"sample and hold",
"utility",
"digital",
"hardware clone",
"external"
]
},
{
"slug": "ansible",
"name": "ansible",
"description": "multi-mode sequencer and control voltage generator, for grid and arc controllers",
"modularGridUrl": "https://www.modulargrid.net/e/monome-ansible",
"manualUrl": "https://dewb.github.io/monome-rack/modules/ansible",
"tags": [
"sequencer",
"clock generator",
"logic",
"function generator",
"digital",
"hardware clone",
"external"
]
},
{
"slug": "grid128",
"name": "grid 128",
"description": "",
"manualUrl": "https://dewb.github.io/monome-rack/modules/grids",
"tags": [
"digital",
"hardware clone",
"controller"
]
},
{
"slug": "grid64",
"name": "grid 64",
"description": "",
"manualUrl": "https://dewb.github.io/monome-rack/modules/grids",
"tags": [
"digital",
"hardware clone",
"controller"
]
},
{
"slug": "grid256",
"name": "grid 256",
"description": "",
"manualUrl": "https://dewb.github.io/monome-rack/modules/grids",
"tags": [
"digital",
"hardware clone",
"controller"
]
}
]
}

Loading…
Cancel
Save