Skip to content

Commit d0abf0e

Browse files
authored
Update version to 2.0.4
CV funk 2.0.4 includes a new module Pressed Duck, a ducking, compressing, saturating stereo six-channel mixer. Panel art revisions, and file-size reduction. CPU and stability improvements.
1 parent aa41b31 commit d0abf0e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

plugin.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "CVfunk",
33
"name": "CV funk Modules",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"license": "MIT",
66
"brand": "CV funk",
77
"author": "Cody Geary",
@@ -53,7 +53,7 @@
5353
{
5454
"slug": "Signals",
5555
"name": "Signals",
56-
"description": "A small Six-channel oscilloscope for visualizing rack signals.",
56+
"description": "A small six-channel oscilloscope for visualizing rack signals.",
5757
"tags": [
5858
"Visual"
5959
]
@@ -63,7 +63,8 @@
6363
"name": "Ranges",
6464
"description": "Convert two input voltages into up to 12 equal intervals.",
6565
"tags": [
66-
"Utility"
66+
"Utility",
67+
"Attenuator"
6768
]
6869
},
6970
{
@@ -96,17 +97,21 @@
9697
{
9798
"slug": "Ouros",
9899
"name": "Ouros",
99-
"description": "A stereo phased injection oscillator, with polar waveform display.",
100+
"description": "A stereo phase injection oscillator, with polar waveform display.",
100101
"tags": [
101102
"Oscillator"
102103
]
103104
}, {
104105
"slug": "PressedDuck",
105106
"name": "Pressed Duck",
106-
"description": "A dynamic stereo compressing mixer with sidechain ducking, saturation, and feedback.",
107+
"description": "A stereo six-channel dynamic compressing mixer with side-chain ducking, tanh saturation and antiderivative antialiasing.",
107108
"tags": [
108109
"Mixer",
109-
"VCA"
110+
"Compressor",
111+
"Dynamics",
112+
"Distortion",
113+
"Panning",
114+
"Voltage-controlled Amplifier"
110115
]
111116
},
112117
{

0 commit comments

Comments
 (0)