Browse Source

Update manifest for Ahornberg, Stoermelder-P1, squinkylabs-plug1, forsitan, GrandeModular, OrangeLine

v1
Andrew Belt 3 years ago
parent
commit
ede436e0dd
7 changed files with 268 additions and 19 deletions
  1. +62
    -5
      manifests-cache.json
  2. +31
    -1
      manifests/Ahornberg.json
  3. +22
    -1
      manifests/GrandeModular.json
  4. +7
    -3
      manifests/OrangeLine.json
  5. +79
    -2
      manifests/Stoermelder-P1.json
  6. +60
    -0
      manifests/forsitan.json
  7. +7
    -7
      manifests/squinkylabs-plug1.json

+ 62
- 5
manifests-cache.json View File

@@ -1259,7 +1259,7 @@
}
},
"OrangeLine": {
"buildTimestamp": 1622576320.079655,
"buildTimestamp": 1623003049.38159,
"creationTimestamp": 1571530639.0,
"modules": {
"Fence": {
@@ -2220,7 +2220,7 @@
}
},
"Stoermelder-P1": {
"buildTimestamp": 1605166227.0257103,
"buildTimestamp": 1623003325.0620623,
"creationTimestamp": 1559409342.0,
"modules": {
"CVMap": {
@@ -2345,6 +2345,30 @@
},
"Mb": {
"creationTimestamp": 1605166389.2461746
},
"CVMapCtx": {
"creationTimestamp": 1623003498.2751534
},
"StripBay4": {
"creationTimestamp": 1623003498.386949
},
"MidiCatCtx": {
"creationTimestamp": 1623003498.4946363
},
"Orbit": {
"creationTimestamp": 1623003498.5755858
},
"EightFaceMk2": {
"creationTimestamp": 1623003498.6512501
},
"EightFaceMk2Ex": {
"creationTimestamp": 1623003498.7234974
},
"MidiPlug": {
"creationTimestamp": 1623003498.794941
},
"Me": {
"creationTimestamp": 1623003498.8922722
}
}
},
@@ -2596,7 +2620,7 @@
}
},
"squinkylabs-plug1": {
"buildTimestamp": 1619962173.5900214,
"buildTimestamp": 1623003006.4638119,
"creationTimestamp": 1521738241.0,
"modules": {
"squinkylabs-ev3": {
@@ -8088,7 +8112,7 @@
"modules": {}
},
"Ahornberg": {
"buildTimestamp": 1615861317.3951504,
"buildTimestamp": 1623003436.4182794,
"creationTimestamp": 1562952023.0,
"modules": {
"EqualDivision": {
@@ -8111,6 +8135,12 @@
},
"MIDIOverAudio": {
"creationTimestamp": 1613369291.1797469
},
"FlyingFader": {
"creationTimestamp": 1623003499.8302374
},
"TapeRecorderMixer": {
"creationTimestamp": 1623003499.8880906
}
}
},
@@ -8826,7 +8856,7 @@
}
},
"GrandeModular": {
"buildTimestamp": 1620402223.1784315,
"buildTimestamp": 1623003498.0165412,
"creationTimestamp": 1598123367.069531,
"modules": {
"NoteMT": {
@@ -8861,6 +8891,12 @@
},
"Clip": {
"creationTimestamp": 1620402349.4137728
},
"PolyMergeResplit": {
"creationTimestamp": 1623003499.0566015
},
"VarSampleDelays": {
"creationTimestamp": 1623003499.1974034
}
}
},
@@ -9487,5 +9523,26 @@
"creationTimestamp": 1622400160.0431597
}
}
},
"forsitan": {
"buildTimestamp": 1623003352.1527638,
"creationTimestamp": 1623003499.343083,
"modules": {
"alea": {
"creationTimestamp": 1623003499.4613347
},
"interea": {
"creationTimestamp": 1623003499.5359192
},
"cumuli": {
"creationTimestamp": 1623003499.6100721
},
"deinde": {
"creationTimestamp": 1623003499.6823826
},
"pavo": {
"creationTimestamp": 1623003499.7581766
}
}
}
}

+ 31
- 1
manifests/Ahornberg.json View File

@@ -1,6 +1,6 @@
{
"slug": "Ahornberg",
"version": "1.5.2",
"version": "1.6.1",
"license": "GPL-3.0-only",
"name": "Ahornberg",
"brand": "Ahornberg",
@@ -26,6 +26,36 @@
"Sampler"
]
},
{
"slug": "FlyingFader",
"name": "Flying Fader",
"description": "cv-controlled fader",
"disabled": false,
"manualUrl": "https://github.com/Ahornberg/Ahornberg-VCV-Modules/blob/master/manuals/README.md#flying-fader",
"tags": [
"Attenuator",
"Controller",
"Utility",
"Visual",
"Voltage-controlled amplifier"
]
},
{
"slug": "TapeRecorderMixer",
"name": "Tape Recorder Mixer",
"description": "mixer for micro cassette recorder",
"disabled": true,
"manualUrl": "https://github.com/Ahornberg/Ahornberg-VCV-Modules/blob/master/manuals/README.md#tape-recorder-mixer",
"tags": [
"Attenuator",
"Controller",
"Expander",
"Mixer",
"Utility",
"Visual",
"Voltage-controlled amplifier"
]
},
{
"slug": "EqualDivision",
"name": "Equal Division",


+ 22
- 1
manifests/GrandeModular.json View File

@@ -1,7 +1,7 @@
{
"slug": "GrandeModular",
"name": "Grande",
"version": "1.8.0",
"version": "1.9.0",
"license": "GPL-3.0-or-later",
"author": "David Grande",
"authorEmail": "dbgrande246@gmail.com",
@@ -63,6 +63,16 @@
"Polyphonic"
]
},
{
"slug": "PolyMergeResplit",
"name": "PolyMergeResplit",
"description": "Poly-to-poly Merge and Resplit back to the same channel widths.",
"manualUrl": "https://github.com/dbgrande/GrandeModular/#polymergeresplit-pmr",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "Quant",
"name": "Quant",
@@ -124,6 +134,17 @@
"Attenuator",
"Voltage-controlled amplifier"
]
},
{
"slug": "VarSampleDelays",
"name": "VarSampleDelays",
"description": "Quad independent variable sample-delay buffers.",
"manualUrl": "https://github.com/dbgrande/GrandeModular/#varsampledelays-vsd",
"tags": [
"Delay",
"Polyphonic",
"Quad"
]
}
]
}

+ 7
- 3
manifests/OrangeLine.json View File

@@ -1,7 +1,7 @@
{
"slug": "OrangeLine",
"name": "OrangeLine",
"version": "1.3.5",
"version": "1.3.6",
"license": "GPL-3.0-only",
"brand": "",
"author": "Dieter Stubler",
@@ -52,7 +52,8 @@
"description": "Utility to sequence phrases by sequencing a sequencer",
"tags": [
"Sequencer",
"Utility"
"Utility",
"Clock modulator"
]
},
{
@@ -61,7 +62,10 @@
"description": "Random Cv and Trigger generator with nested repeat functionality",
"tags": [
"Utility",
"Polyphonic"
"Polyphonic",
"Random",
"Sequencer",
"Visual"
]
}
]

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

@@ -1,6 +1,6 @@
{
"slug": "Stoermelder-P1",
"version": "1.8.0",
"version": "1.9.0",
"license": "GPL-3.0-only",
"author": "Benjamin Dill",
"name": "PackOne",
@@ -24,6 +24,15 @@
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/CVMap.md"
},
{
"slug": "CVMapCtx",
"name": "CTX for CV-MAP",
"description": "Expander for context menu mapping using CV-MAP",
"tags": [
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/CVMap.md#ctx-expander"
},
{
"slug": "CVMapMicro",
"name": "\u00b5MAP",
@@ -109,6 +118,15 @@
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Strip.md"
},
{
"slug": "StripBay4",
"name": "STRIP-BAY",
"description": "Utility module for STRIP keeping inputs/outputs connected",
"tags": [
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Strip.md#stoermelder-strip-bay"
},
{
"slug": "EightFace",
"name": "8FACE",
@@ -149,6 +167,16 @@
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiCat.md#mem-expander"
},
{
"slug": "MidiCatCtx",
"name": "CTX for MIDI-CAT",
"description": "Expander for context menu mapping using MIDI-CAT",
"tags": [
"Utility",
"MIDI"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiCat.md#ctx-expander"
},
{
"slug": "Sipo",
"name": "SIPO",
@@ -324,7 +352,7 @@
{
"slug": "Spin",
"name": "SPIN",
"description": "Utility for converting mouse-wheel movement into triggers, also handles mouse-click of mouse, useful for SAIL",
"description": "Utility for converting mouse-wheel movement into triggers, also handles middle-click of mouse, useful for SAIL",
"tags": [
"Utility"
],
@@ -387,6 +415,46 @@
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiMon.md"
},
{
"slug": "Orbit",
"name": "ORBIT",
"description": "Polyphonic stereo field spreader",
"tags": [
"Panning",
"Effect",
"Polyphonic"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Orbit.md"
},
{
"slug": "EightFaceMk2",
"name": "8FACE mk2",
"description": "Universal expander for sequencing up to eight presets of multiple modules",
"tags": [
"Utility",
"Sequencer"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/EightFaceMk2.md"
},
{
"slug": "EightFaceMk2Ex",
"name": "+8",
"description": "Expander for 8FACE mk2",
"tags": [
"Expander"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/EightFaceMk2.md"
},
{
"slug": "MidiPlug",
"name": "MIDI-PLUG",
"description": "Virtual MIDI merger and splitter",
"tags": [
"MIDI",
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiPlug.md"
},
{
"slug": "AudioInterface64",
"name": "AUDIO-64",
@@ -403,6 +471,15 @@
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Mb.md"
},
{
"slug": "Me",
"name": "ME",
"description": "Mouse enhancements",
"tags": [
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Me.md"
}
]
}

+ 60
- 0
manifests/forsitan.json View File

@@ -0,0 +1,60 @@
{
"slug": "forsitan",
"name": "forsitan modulare",
"version": "1.4.1",
"license": "GPL-3.0-or-later",
"brand": "forsitan modulare",
"author": "Giampaolo Guiducci",
"authorEmail": "giampaolo.guiducci@gmail.com",
"authorUrl": "https://github.com/gosub",
"pluginUrl": "https://github.com/gosub/forsitan-modulare",
"manualUrl": "https://github.com/gosub/forsitan-modulare#forsitan-modulare",
"sourceUrl": "https://github.com/gosub/forsitan-modulare",
"donateUrl": "",
"changelogUrl": "https://github.com/gosub/forsitan-modulare/CHANGELOG.md",
"modules": [
{
"slug": "alea",
"name": "alea",
"description": "Add a random module to your rack",
"tags": [
"utility",
"random"
]
},
{
"slug": "interea",
"name": "interea",
"description": "Make a chord from a V/Oct input, with quality, voicing and inversion. Harmonize option.",
"tags": [
"utility"
]
},
{
"slug": "cumuli",
"name": "cumuli",
"description": "Accumulator with up and down gates and rates.",
"tags": [
"Envelope generator"
]
},
{
"slug": "deinde",
"name": "deinde",
"description": "Quad cascading addressable attack-hold envelope.",
"tags": [
"Envelope generator",
"Quad"
]
},
{
"slug": "pavo",
"name": "pavo",
"description": "Spreader of polyphonic mono signals across the stereo field (Splay Ugen).",
"tags": [
"Panning",
"Polyphonic"
]
}
]
}

+ 7
- 7
manifests/squinkylabs-plug1.json View File

@@ -2,13 +2,13 @@
"slug": "squinkylabs-plug1",
"name": "Squinky Labs",
"author": "Squinky Labs",
"license": "CC0-1.0",
"license": "GPL-3.0-only",
"pluginUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/README.md",
"authorUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/README.md",
"sourceUrl": "https://github.com/squinkylabs/SquinkyVCV",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/booty-shifter.md",
"changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/CHANGELOG.md",
"version": "1.0.18",
"version": "1.0.19",
"modules": [
{
"slug": "squinkylabs-ev3",
@@ -342,7 +342,7 @@
"slug": "squinkylabs-comp",
"name": "Comp",
"disabled": false,
"description": "Compressor",
"description": "Ultra clean Compressor",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/compressor.md",
"tags": [
"Compressor",
@@ -363,7 +363,7 @@
{
"slug": "squinkylabs-samp",
"name": "SFZ Player",
"description": "Sampler that loads standard SFZ files.",
"description": "Sampler that plays standard SFZ files.",
"disabled": false,
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/sfz-player.md",
"tags": [
@@ -375,9 +375,9 @@
{
"slug": "squinkylabs-comp2",
"name": "Comp II",
"disabled": true,
"description": "Compressor",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/compressor.md",
"disabled": false,
"description": "Polyphonic Compressor",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/compressor2.md",
"tags": [
"Compressor",
"Dynamics",


Loading…
Cancel
Save