Browse Source

Update manifest for GrandeModular, JW-Modules, Stoermelder-P1

v1
Andrew Belt 4 years ago
parent
commit
3d37eebfa5
4 changed files with 97 additions and 7 deletions
  1. +24
    -3
      manifests-cache.json
  2. +21
    -1
      manifests/GrandeModular.json
  3. +1
    -1
      manifests/JW-Modules.json
  4. +51
    -2
      manifests/Stoermelder-P1.json

+ 24
- 3
manifests-cache.json View File

@@ -2166,7 +2166,7 @@
}
},
"Stoermelder-P1": {
"buildTimestamp": 1599748072.522658,
"buildTimestamp": 1605166227.0257103,
"creationTimestamp": 1559409342.0,
"modules": {
"CVMap": {
@@ -2276,6 +2276,21 @@
},
"X4": {
"creationTimestamp": 1598123366.8028293
},
"Hive": {
"creationTimestamp": 1605166388.1425292
},
"Macro": {
"creationTimestamp": 1605166388.4515545
},
"Raw": {
"creationTimestamp": 1605166388.7034822
},
"MidiMon": {
"creationTimestamp": 1605166388.9828613
},
"Mb": {
"creationTimestamp": 1605166389.2461746
}
}
},
@@ -3097,7 +3112,7 @@
}
},
"JW-Modules": {
"buildTimestamp": 1604857723.5415993,
"buildTimestamp": 1605166386.616771,
"creationTimestamp": 1518016501.0,
"modules": {
"BlankPanel_SM": {
@@ -8555,7 +8570,7 @@
}
},
"GrandeModular": {
"buildTimestamp": 1603080703.6655002,
"buildTimestamp": 1605166274.9770308,
"creationTimestamp": 1598123367.069531,
"modules": {
"NoteMT": {
@@ -8575,6 +8590,12 @@
},
"Scale": {
"creationTimestamp": 1598123368.2305691
},
"MicrotonalChords": {
"creationTimestamp": 1605166389.4952598
},
"MicrotonalNotes": {
"creationTimestamp": 1605166389.7494843
}
}
},


+ 21
- 1
manifests/GrandeModular.json View File

@@ -1,7 +1,7 @@
{
"slug": "GrandeModular",
"name": "Grande",
"version": "1.3.0",
"version": "1.4.0",
"license": "GPL-3.0-or-later",
"author": "David Grande",
"authorEmail": "dbgrande246@gmail.com",
@@ -12,6 +12,26 @@
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "MicrotonalChords",
"name": "Microtonal Chords",
"description": "Microtonal quad chord generator.",
"manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalchords",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "MicrotonalNotes",
"name": "Microtonal Notes",
"description": "Microtonal octal note generator.",
"manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalnotes",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "NoteMT",
"name": "NoteMT",


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

@@ -10,7 +10,7 @@
"sourceUrl": "https://github.com/jeremywen/JW-Modules",
"donateUrl": "https://www.paypal.me/jeremywen",
"changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md",
"version": "1.0.19",
"version": "1.0.20",
"modules": [
{
"slug": "BlankPanel_1HP",


+ 51
- 2
manifests/Stoermelder-P1.json View File

@@ -1,6 +1,6 @@
{
"slug": "Stoermelder-P1",
"version": "1.7.1",
"version": "1.8.0",
"license": "GPL-3.0-only",
"author": "Benjamin Dill",
"name": "PackOne",
@@ -194,12 +194,23 @@
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Maze.md"
},
{
"slug": "Hive",
"name": "HIVE",
"description": "4 channel sequencer running on a 2-dimensional hexagonal grid",
"tags": [
"Sequencer",
"Random"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Hive.md"
},
{
"slug": "Intermix",
"name": "INTERMIX",
"description": "Precision adder 8x8 switch matrix with scene-support",
"tags": [
"Mixer"
"Mixer",
"Polyphonic"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md"
},
@@ -347,6 +358,35 @@
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/X4.md"
},
{
"slug": "Macro",
"name": "MACRO",
"description": "Macro-knob for controlling multiple parameters, with attenuverts and slew-limiting",
"tags": [
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Macro.md"
},
{
"slug": "Raw",
"name": "RAW",
"description": "Digital effect based on the dynamics of bistable systems",
"tags": [
"Distortion",
"Digital"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Raw.md"
},
{
"slug": "MidiMon",
"name": "MIDI-MON",
"description": "Monitor for MIDI messages",
"tags": [
"MIDI",
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiMon.md"
},
{
"slug": "AudioInterface64",
"name": "AUDIO-64",
@@ -354,6 +394,15 @@
"tags": [
"External"
]
},
{
"slug": "Mb",
"name": "MB",
"description": "Experimental replacement module browsers for Rack. Brings back the browser from Rack v0.6x and has a modified browser from Rack v1.x with adjustable preview size, favorites, extended filtering options and more.",
"tags": [
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Mb.md"
}
]
}

Loading…
Cancel
Save