diff --git a/manifests/HetrickCV.json b/manifests/HetrickCV.json index 5d017d65..228a07bd 100644 --- a/manifests/HetrickCV.json +++ b/manifests/HetrickCV.json @@ -2,7 +2,7 @@ "slug": "HetrickCV", "name": "HetrickCV", "brand": "HetrickCV", - "version": "2.5.2", + "version": "2.5.4", "license": "CC0-1.0", "author": "Michael Hetrick", "authorEmail": "", @@ -19,7 +19,8 @@ "description": "Multimode audio and modulation chaos generator.", "tags": [ "Noise", - "Random" + "Random", + "Polyphonic" ] }, { @@ -28,7 +29,8 @@ "description": "Multimode audio and modulation chaos generator.", "tags": [ "Noise", - "Random" + "Random", + "Polyphonic" ] }, { @@ -37,7 +39,20 @@ "description": "Multimode audio and modulation chaos generator.", "tags": [ "Noise", - "Random" + "Random", + "Polyphonic" + ] + }, + { + "slug": "AmplitudeShaper", + "name": "Amplitude Shaper", + "description": "Bipolar amplitude shaper.", + "tags": [ + "Waveshaper", + "Distortion", + "Effect", + "Utility", + "Polyphonic" ] }, { @@ -45,7 +60,8 @@ "name": "ASR", "description": "Analog shift register. Multi-stage sample and hold", "tags": [ - "Sequencer" + "Sequencer", + "Polyphonic" ] }, { @@ -71,7 +87,8 @@ "name": "Binary Gate", "description": "Manually turn a gate on or off, or toggle its current state.", "tags": [ - "Logic" + "Logic", + "Polyphonic" ] }, { @@ -80,7 +97,8 @@ "description": "Generates a random gate or square wave signal.", "tags": [ "Noise", - "Random" + "Random", + "Polyphonic" ] }, { @@ -107,7 +125,8 @@ "name": "Boolean Logic", "description": "Six way boolean logic processor", "tags": [ - "Logic" + "Logic", + "Polyphonic" ] }, { @@ -116,7 +135,8 @@ "description": "Multimode audio and modulation chaos generator.", "tags": [ "Noise", - "Random" + "Random", + "Polyphonic" ] }, { @@ -125,7 +145,8 @@ "description": "Multimode audio and modulation noise generator.", "tags": [ "Noise", - "Random" + "Random", + "Polyphonic" ] }, { @@ -145,7 +166,8 @@ "description": "Determine whether a signal is above or below a threshold.", "tags": [ "Logic", - "Utility" + "Utility", + "Polyphonic" ] }, { @@ -163,7 +185,8 @@ "name": "Crackle", "description": "Vinyl-like noise generator ported from SuperCollider.", "tags": [ - "Noise" + "Noise", + "Polyphonic" ] }, { @@ -182,7 +205,8 @@ "description": "Determine which direction a signal is heading.", "tags": [ "Logic", - "Utility" + "Utility", + "Polyphonic" ] }, { @@ -200,7 +224,8 @@ "description": "Random impulse and noise generator ported from SuperCollider", "tags": [ "Noise", - "Granular" + "Granular", + "Polyphonic" ] }, { @@ -220,7 +245,8 @@ "Noise", "Oscillator", "Low-frequency Oscillator", - "Random" + "Random", + "Polyphonic" ] }, { @@ -228,7 +254,8 @@ "name": "Flip-Flop", "description": "A flexible toggle switch", "tags": [ - "Logic" + "Logic", + "Polyphonic" ] }, { @@ -277,7 +304,8 @@ "description": "Self-modulating audio and modulation chaos generator.", "tags": [ "Noise", - "Random" + "Random", + "Polyphonic" ] }, { @@ -656,7 +684,8 @@ "name": "Random Gates", "description": "Generates up to eight random gates.", "tags": [ - "Random" + "Random", + "Polyphonic" ] }, { @@ -664,7 +693,8 @@ "name": "Rotator", "description": "Eight-way channel rotation.", "tags": [ - "Switch" + "Switch", + "Polyphonic" ] }, { @@ -673,7 +703,8 @@ "description": "8-Bit Shift Register and Comparator with stepped signal output via bits 6, 7, and 8.", "tags": [ "Sequencer", - "Random" + "Random", + "Polyphonic" ] }, { @@ -682,7 +713,8 @@ "description": "8-channel signal crossfader, mixer, scanner, and router.", "tags": [ "Mixer", - "Switch" + "Switch", + "Polyphonic" ] }, { diff --git a/manifests/JW-Modules.json b/manifests/JW-Modules.json index 25fc7f99..09e1843c 100644 --- a/manifests/JW-Modules.json +++ b/manifests/JW-Modules.json @@ -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": "2.0.15", + "version": "2.0.16", "modules": [ { "slug": "BlankPanel_1HP", diff --git a/manifests/NonlinearCircuits.json b/manifests/NonlinearCircuits.json index 74b6443a..d0a8606c 100644 --- a/manifests/NonlinearCircuits.json +++ b/manifests/NonlinearCircuits.json @@ -1,7 +1,7 @@ { "slug": "NonlinearCircuits", "name": "Nonlinear Circuits", - "version": "2.3.2", + "version": "2.4.0", "license": "CC0-1.0", "author": "Michael Hetrick", "authorEmail": "", @@ -33,6 +33,17 @@ "Clock Modulator" ] }, + { + "slug": "BeatFreqs", + "name": "Beat Freqs", + "description": "Four beat frequency indicators, used to generate 16 gates.", + "manualUrl": "https://github.com/mhetrick/nonlinearcircuits", + "tags": [ + "Logic", + "Hardware Clone", + "Quad" + ] + }, { "slug": "BOOLs", "name": "BOOLs", @@ -44,6 +55,16 @@ "Quad" ] }, + { + "slug": "DeEscalate", + "name": "De-Escalate", + "description": "Seven simple attenuators.", + "manualUrl": "https://github.com/mhetrick/nonlinearcircuits", + "tags": [ + "Attenuator", + "Hardware Clone" + ] + }, { "slug": "DivideConquer", "name": "Divide & Conquer", diff --git a/manifests/PS-PurrSoftware.json b/manifests/PS-PurrSoftware.json index ceda89b6..784fdb4c 100644 --- a/manifests/PS-PurrSoftware.json +++ b/manifests/PS-PurrSoftware.json @@ -1,7 +1,7 @@ { "slug": "PS-PurrSoftware", "name": "PS-PurrSoftware", - "version": "2.0.34", + "version": "2.0.35", "license": "GPL-3.0-or-later", "brand": "PurrSoftware", "author": "Ken Chaffin",