Browse Source

Update manifest Noise86 to 2.1.0

v2
Andrew Belt 5 months ago
parent
commit
6500065c41
2 changed files with 27 additions and 3 deletions
  1. +7
    -1
      manifests-cache.json
  2. +20
    -2
      manifests/Noise86.json

+ 7
- 1
manifests-cache.json View File

@@ -12957,7 +12957,7 @@
} }
}, },
"Noise86": { "Noise86": {
"buildTimestamp": 1676258182.4257097,
"buildTimestamp": 1733152261.0325577,
"creationTimestamp": 1676260953.8603756, "creationTimestamp": 1676260953.8603756,
"modules": { "modules": {
"MarkovDrummer": { "MarkovDrummer": {
@@ -12971,6 +12971,12 @@
}, },
"TransQuant": { "TransQuant": {
"creationTimestamp": 1676260954.9359088 "creationTimestamp": 1676260954.9359088
},
"SeqOfChanges": {
"creationTimestamp": 1733152261.1757424
},
"RepeatBuddy": {
"creationTimestamp": 1733152261.2518625
} }
} }
}, },


+ 20
- 2
manifests/Noise86.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Noise86", "slug": "Noise86",
"name": "Noise86", "name": "Noise86",
"version": "2.0.0",
"version": "2.1.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Noise86", "brand": "Noise86",
"author": "Dylan Gardham", "author": "Dylan Gardham",
@@ -27,7 +27,8 @@
"name": "MultiLogic", "name": "MultiLogic",
"description": "Three multi-function logic gates that can each be AND,OR,XOR,NOT with inverted outputs", "description": "Three multi-function logic gates that can each be AND,OR,XOR,NOT with inverted outputs",
"tags": [ "tags": [
"Logic"
"Logic",
"Polyphonic"
] ]
}, },
{ {
@@ -48,6 +49,23 @@
"Digital", "Digital",
"Quantizer" "Quantizer"
] ]
},
{
"slug": "SeqOfChanges",
"name": "SeqOfChanges",
"description": "Markov sequencer where the probability of the next trigger is based on the previous three triggers",
"tags": [
"Sequencer"
]
},
{
"slug": "RepeatBuddy",
"name": "RepeatBuddy",
"description": "Counter and comparator utility module capable of adding step repeat to a sequencer",
"tags": [
"Sequencer",
"Clock modulator"
]
} }
] ]
} }

Loading…
Cancel
Save