Browse Source

Update manifest HetrickCV to 2.4.0

pull/785/head
Andrew Belt 1 year ago
parent
commit
36e70747ce
2 changed files with 40 additions and 2 deletions
  1. +10
    -1
      manifests-cache.json
  2. +30
    -1
      manifests/HetrickCV.json

+ 10
- 1
manifests-cache.json View File

@@ -5065,7 +5065,7 @@
} }
}, },
"HetrickCV": { "HetrickCV": {
"buildTimestamp": 1692128190.8923185,
"buildTimestamp": 1692335063.5948071,
"creationTimestamp": 1518016501.0, "creationTimestamp": 1518016501.0,
"modules": { "modules": {
"ASR": { "ASR": {
@@ -5259,6 +5259,15 @@
}, },
"PhasorBurstGen": { "PhasorBurstGen": {
"creationTimestamp": 1691740728.1658375 "creationTimestamp": 1691740728.1658375
},
"PhasorHumanizer": {
"creationTimestamp": 1692335063.8242426
},
"PhasorMixer": {
"creationTimestamp": 1692335063.9436266
},
"PhasorSwing": {
"creationTimestamp": 1692335064.0590408
} }
} }
}, },


+ 30
- 1
manifests/HetrickCV.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "HetrickCV", "slug": "HetrickCV",
"name": "HetrickCV", "name": "HetrickCV",
"version": "2.3.2",
"version": "2.4.0",
"license": "CC0-1.0", "license": "CC0-1.0",
"author": "Michael Hetrick", "author": "Michael Hetrick",
"authorEmail": "", "authorEmail": "",
@@ -399,6 +399,25 @@
"Polyphonic" "Polyphonic"
] ]
}, },
{
"slug": "PhasorHumanizer",
"name": "Phasor Humanizer",
"description": "Repeatedly modifies the slope of an incoming phasor to make the timing less robotic.",
"tags": [
"Waveshaper",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorMixer",
"name": "Phasor Mixer",
"description": "Adds together multiple signals and forces them into a unipolar range via folding or wrapping.",
"tags": [
"Mixer",
"Polyphonic"
]
},
{ {
"slug": "PhasorOctature", "slug": "PhasorOctature",
"name": "Phasor Octature", "name": "Phasor Octature",
@@ -497,6 +516,16 @@
"Polyphonic" "Polyphonic"
] ]
}, },
{
"slug": "PhasorSwing",
"name": "Phasor Swing",
"description": "Bends a phasor input to provide swing timing on the outputs.",
"tags": [
"Waveshaper",
"Clock Modulator",
"Polyphonic"
]
},
{ {
"slug": "PhasorTimetable", "slug": "PhasorTimetable",
"name": "Phasor Timetables", "name": "Phasor Timetables",


Loading…
Cancel
Save