Browse Source

Update manifest for Sha-Bang-Modules, JW-Modules

v1
Andrew Belt 4 years ago
parent
commit
36064a93e1
3 changed files with 64 additions and 7 deletions
  1. +14
    -2
      manifests-cache.json
  2. +9
    -1
      manifests/JW-Modules.json
  3. +41
    -4
      manifests/Sha-Bang-Modules.json

+ 14
- 2
manifests-cache.json View File

@@ -3097,7 +3097,7 @@
} }
}, },
"JW-Modules": { "JW-Modules": {
"buildTimestamp": 1604152623.6515996,
"buildTimestamp": 1604785496.0209458,
"creationTimestamp": 1518016501.0, "creationTimestamp": 1518016501.0,
"modules": { "modules": {
"BlankPanel_SM": { "BlankPanel_SM": {
@@ -3171,6 +3171,9 @@
}, },
"1Pattern": { "1Pattern": {
"creationTimestamp": 1604152625.915538 "creationTimestamp": 1604152625.915538
},
"Tree": {
"creationTimestamp": 1604785588.0637891
} }
} }
}, },
@@ -8630,7 +8633,7 @@
} }
}, },
"Sha-Bang-Modules": { "Sha-Bang-Modules": {
"buildTimestamp": 1603601525.1905675,
"buildTimestamp": 1604785587.0364978,
"creationTimestamp": 1602486511.7177973, "creationTimestamp": 1602486511.7177973,
"modules": { "modules": {
"StochSeq": { "StochSeq": {
@@ -8656,6 +8659,15 @@
}, },
"QubitCrusher": { "QubitCrusher": {
"creationTimestamp": 1602486514.0234332 "creationTimestamp": 1602486514.0234332
},
"AbsorptionSpectrum": {
"creationTimestamp": 1604785588.3791134
},
"Orbitones": {
"creationTimestamp": 1604785588.6941571
},
"Photron": {
"creationTimestamp": 1604785589.1237576
} }
} }
}, },


+ 9
- 1
manifests/JW-Modules.json View File

@@ -10,7 +10,7 @@
"sourceUrl": "https://github.com/jeremywen/JW-Modules", "sourceUrl": "https://github.com/jeremywen/JW-Modules",
"donateUrl": "https://www.paypal.me/jeremywen", "donateUrl": "https://www.paypal.me/jeremywen",
"changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md", "changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md",
"version": "1.0.17",
"version": "1.0.18",
"modules": [ "modules": [
{ {
"slug": "BlankPanel_1HP", "slug": "BlankPanel_1HP",
@@ -208,6 +208,14 @@
"Poly" "Poly"
] ]
}, },
{
"slug": "Tree",
"name": "Tree",
"manualUrl": "https://github.com/jeremywen/JW-Modules#tree",
"tags": [
"Visual"
]
},
{ {
"slug": "XYPad", "slug": "XYPad",
"name": "XY Pad", "name": "XY Pad",


+ 41
- 4
manifests/Sha-Bang-Modules.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Sha-Bang-Modules", "slug": "Sha-Bang-Modules",
"name": "Sha#Bang! Modules", "name": "Sha#Bang! Modules",
"version": "1.0.2",
"version": "1.1.0",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"author": "Jeremy Muller", "author": "Jeremy Muller",
"authorEmail": "jeremy@jeremymuller.com", "authorEmail": "jeremy@jeremymuller.com",
@@ -12,9 +12,19 @@
"donateUrl": "https://www.paypal.me/jeremysmuller", "donateUrl": "https://www.paypal.me/jeremysmuller",
"changelogUrl": "", "changelogUrl": "",
"modules": [ "modules": [
{
"slug": "AbsorptionSpectrum",
"name": "Absorption Spectrum",
"description": "Hydrogen absorption spectrum",
"tags": [
"Blank",
"Visual"
]
},
{ {
"slug": "Cosmosis", "slug": "Cosmosis",
"name": "Cosmosis", "name": "Cosmosis",
"description": "Continuous sequencer with constellations",
"tags": [ "tags": [
"Visual", "Visual",
"Sequencer", "Sequencer",
@@ -23,7 +33,7 @@
}, },
{ {
"slug": "JeremyBlankPanel", "slug": "JeremyBlankPanel",
"name": "Blank Panel of Jeremy",
"name": "Blank Panel",
"tags": [ "tags": [
"Blank", "Blank",
"Visual" "Visual"
@@ -32,30 +42,55 @@
{ {
"slug": "Neutrinode", "slug": "Neutrinode",
"name": "Neutrinode", "name": "Neutrinode",
"description": "Node-based generator with four independent nodes to connected particles",
"tags": [ "tags": [
"Visual", "Visual",
"Sequencer", "Sequencer",
"Polyphonic" "Polyphonic"
] ]
}, },
{
"slug": "Orbitones",
"name": "Orbitones",
"description": "Physics-based LFO with four independent attractors",
"tags": [
"Visual",
"Low-frequency oscillator",
"Polyphonic"
]
},
{
"slug": "Photron",
"name": "Photron",
"description": "Animation with inputs",
"tags": [
"Visual"
]
},
{ {
"slug": "PolyrhythmClock", "slug": "PolyrhythmClock",
"name": "Polyrhythm Clock", "name": "Polyrhythm Clock",
"description": "Clock with 3 layers of embedded rhythms and randomization",
"tags": [ "tags": [
"Clock generator", "Clock generator",
"Clock modulator"
"Clock modulator",
"Random"
] ]
}, },
{ {
"slug": "RandGates", "slug": "RandGates",
"name": "Random Gate Switch", "name": "Random Gate Switch",
"description": "Randomly routes one of 4 inputs to the output",
"tags": [ "tags": [
"Switch"
"Utility",
"Switch",
"Polyphonic"
] ]
}, },
{ {
"slug": "QubitCrusher", "slug": "QubitCrusher",
"name": "QubitCrusher", "name": "QubitCrusher",
"description": "Bit crusher and downsampler with randomization",
"tags": [ "tags": [
"Digital", "Digital",
"Distortion", "Distortion",
@@ -66,6 +101,7 @@
{ {
"slug": "StochSeq", "slug": "StochSeq",
"name": "Stochastic Sequencer 1", "name": "Stochastic Sequencer 1",
"description": "Probabilistic sequencer",
"tags": [ "tags": [
"Sequencer", "Sequencer",
"Visual" "Visual"
@@ -74,6 +110,7 @@
{ {
"slug": "StochSeq4", "slug": "StochSeq4",
"name": "Stochastic Sequencer 4", "name": "Stochastic Sequencer 4",
"description": "Probabilistic sequencer with four independent voices",
"tags": [ "tags": [
"Sequencer", "Sequencer",
"Visual" "Visual"


Loading…
Cancel
Save