@audio/dynamics-ducker 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// atom manifest — wraps the external-sidechain ducker kernel per @audio/atom
|
|
2
2
|
// CONTRACT §channels. The kernel cleanly separates the key input (duckerStream.write(main,
|
|
3
3
|
// side) takes two distinct signals), so this declares a genuine two-bus layout: main +
|
|
4
4
|
// sidechain in, main out — mirrors the compressor pilot's live-param style (compressorGain
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@audio/dynamics-ducker",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "External-sidechain compressor: main signal's gain is reduced in proportion",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"exports": {
|
|
9
9
|
".": "./ducker.js",
|
|
10
10
|
"./package.json": "./package.json",
|
|
11
|
-
"./
|
|
11
|
+
"./atom": "./atom.js"
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
14
|
"ducker.js",
|
|
15
|
-
"
|
|
15
|
+
"atom.js"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@audio/dynamics-core": "^0.1.0",
|