Browse Source

Update manifest PathSet-Grains to 2.1.0, PathSet-Infinity to 2.1.0, PathSet-Rainbows to 2.0.0

pull/785/head
Andrew Belt 2 years ago
parent
commit
0d05b0bbd0
4 changed files with 139 additions and 11 deletions
  1. +32
    -2
      manifests-cache.json
  2. +14
    -7
      manifests/PathSet-Grains.json
  3. +12
    -2
      manifests/PathSet-Infinity.json
  4. +81
    -0
      manifests/PathSet-Rainbows.json

+ 32
- 2
manifests-cache.json View File

@@ -10917,7 +10917,7 @@
} }
}, },
"PathSet-Infinity": { "PathSet-Infinity": {
"buildTimestamp": 1649130170.4393237,
"buildTimestamp": 1659700195.1737022,
"creationTimestamp": 1649130170.6877897, "creationTimestamp": 1649130170.6877897,
"modules": { "modules": {
"QuantumCompass": { "QuantumCompass": {
@@ -10928,6 +10928,9 @@
}, },
"Orchestrator": { "Orchestrator": {
"creationTimestamp": 1649130171.355179 "creationTimestamp": 1649130171.355179
},
"Shuttle": {
"creationTimestamp": 1659700406.1200032
} }
} }
}, },
@@ -11133,7 +11136,7 @@
} }
}, },
"PathSet-Grains": { "PathSet-Grains": {
"buildTimestamp": 1655698184.7997868,
"buildTimestamp": 1659700099.0413513,
"creationTimestamp": 1653918488.2909238, "creationTimestamp": 1653918488.2909238,
"modules": { "modules": {
"CheeseGrater": { "CheeseGrater": {
@@ -11156,6 +11159,9 @@
}, },
"BlenderExpander": { "BlenderExpander": {
"creationTimestamp": 1653918489.327067 "creationTimestamp": 1653918489.327067
},
"CheeseGraterExpander": {
"creationTimestamp": 1659700408.346108
} }
} }
}, },
@@ -11236,5 +11242,29 @@
"creationTimestamp": 1659356423.0013218 "creationTimestamp": 1659356423.0013218
} }
} }
},
"PathSet-Rainbows": {
"buildTimestamp": 1659700405.0001323,
"creationTimestamp": 1659700406.8125446,
"modules": {
"4Expander": {
"creationTimestamp": 1659700407.0839665
},
"RndExpander": {
"creationTimestamp": 1659700407.358676
},
"Grid": {
"creationTimestamp": 1659700407.554433
},
"Bridge": {
"creationTimestamp": 1659700407.7167766
},
"Ring": {
"creationTimestamp": 1659700407.8779883
},
"Crossing": {
"creationTimestamp": 1659700408.0496297
}
}
} }
} }

+ 14
- 7
manifests/PathSet-Grains.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "PathSet-Grains", "slug": "PathSet-Grains",
"name": "Path Set: Grains", "name": "Path Set: Grains",
"version": "2.0.1",
"version": "2.1.0",
"license": "proprietary", "license": "proprietary",
"brand": "Path Set", "brand": "Path Set",
"author": "Andrew Hanson", "author": "Andrew Hanson",
@@ -54,22 +54,29 @@
{ {
"slug": "SporkExpander", "slug": "SporkExpander",
"name": "SporkExpander", "name": "SporkExpander",
"description": "",
"hidden": true,
"description": "Expander for Spork. Adds mixing different modes at the same time.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Spork.md",
"tags": [] "tags": []
}, },
{ {
"slug": "SifterExpander", "slug": "SifterExpander",
"name": "SifterExpander", "name": "SifterExpander",
"description": "",
"hidden": true,
"description": "Expander for Sifter. Adds panning and volume controls per channel.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Sifter.md",
"tags": [] "tags": []
}, },
{ {
"slug": "BlenderExpander", "slug": "BlenderExpander",
"name": "BlenderExpander", "name": "BlenderExpander",
"description": "",
"hidden": true,
"description": "Expander for Blender. Adds more control over how the loop plays.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Blender.md",
"tags": []
},
{
"slug": "CheeseGraterExpander",
"name": "CheeseGraterExpander",
"description": "Expander for CheeseGrater. Adds control over which part of the sample plays and more ways to modify how it plays.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/CheeseGrater.md",
"tags": [] "tags": []
} }
] ]

+ 12
- 2
manifests/PathSet-Infinity.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "PathSet-Infinity", "slug": "PathSet-Infinity",
"name": "Path Set: Infinity", "name": "Path Set: Infinity",
"version": "2.0.0",
"version": "2.1.0",
"license": "proprietary", "license": "proprietary",
"brand": "Path Set", "brand": "Path Set",
"author": "Andrew Hanson", "author": "Andrew Hanson",
@@ -11,7 +11,7 @@
"manualUrl": "https://github.com/patheros/PathSetManuals", "manualUrl": "https://github.com/patheros/PathSetManuals",
"sourceUrl": "", "sourceUrl": "",
"donateUrl": "", "donateUrl": "",
"changelogUrl": "",
"changelogUrl": "https://github.com/patheros/PathSetManuals/blob/main/changelogs/InfinityChangelog.md",
"modules": [ "modules": [
{ {
"slug": "QuantumCompass", "slug": "QuantumCompass",
@@ -45,6 +45,16 @@
"LFO", "LFO",
"Clock" "Clock"
] ]
},
{
"slug": "Shuttle",
"name": "Shuttle",
"description": "Travel the universe of harmonic sine waves.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Shuttle.md",
"tags": [
"VCO",
"Random"
]
} }
] ]
} }

+ 81
- 0
manifests/PathSet-Rainbows.json View File

@@ -0,0 +1,81 @@
{
"slug": "PathSet-Rainbows",
"name": "Path Set: Rainbows",
"version": "2.0.0",
"license": "proprietary",
"brand": "Path Set",
"author": "Andrew Hanson",
"authorEmail": "",
"authorUrl": "https://github.com/patheros",
"pluginUrl": "https://github.com/patheros/PathSetManuals",
"manualUrl": "https://github.com/patheros/PathSetManuals",
"sourceUrl": "",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "4Expander",
"name": "Playhead Expander",
"description": "Adds 3 more play-heads to any Rainbow Sequencer",
"tags": [
"Sequencer",
"Random",
"Quad"
]
},
{
"slug": "RndExpander",
"name": "Randomizer Expander",
"description": "Adds Randomizing Triggers to any Rainbow Sequencer",
"tags": [
"Sequencer",
"Random",
"Quad"
]
},
{
"slug": "Grid",
"name": "Rainbow Grid",
"description": "Generate a panoply of sequences using a small grid of nine notes.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Grid.md",
"tags": [
"Sequencer",
"Random",
"Quad"
]
},
{
"slug": "Bridge",
"name": "Bridge",
"description": "Start with four linear sequences and build bridges to connect and jump around.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Bridge.md",
"tags": [
"Sequencer",
"Random",
"Quad"
]
},
{
"slug": "Ring",
"name": "Ring",
"description": "Concentric rings of notes create an ever shifting sequence.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Ring.md",
"tags": [
"Sequencer",
"Random",
"Quad"
]
},
{
"slug": "Crossing",
"name": "Crossing",
"description": "Create paths and circuits and loops in this field of notes.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Crossing.md",
"tags": [
"Sequencer",
"Random",
"Quad"
]
}
]
}

Loading…
Cancel
Save