mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
refactor: massively overhaul home manager module system
This commit is contained in:
parent
b2270408fc
commit
a506d2aed4
64 changed files with 5201 additions and 64 deletions
35
hm/modules/linux/var/easyeffects/default.nix
Normal file
35
hm/modules/linux/var/easyeffects/default.nix
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.liminalOS.utils.easyeffects;
|
||||
in
|
||||
{
|
||||
options.liminalOS.utils.easyeffects = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = ''
|
||||
Whether to enable EasyEffects.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.easyeffects.enable = true;
|
||||
|
||||
home.file = lib.mkIf (osConfig.liminalOS.flakeLocation != null) {
|
||||
".config/easyeffects/output" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${osConfig.liminalOS.flakeLocation}/hm/modules/linux/var/easyeffects/output";
|
||||
recursive = true;
|
||||
};
|
||||
".config/easyeffects/input" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${osConfig.liminalOS.flakeLocation}/hm/modules/linux/var/easyeffects/input";
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
75
hm/modules/linux/var/easyeffects/input/Default.json
Normal file
75
hm/modules/linux/var/easyeffects/input/Default.json
Normal file
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"input": {
|
||||
"blocklist": [],
|
||||
"compressor#0": {
|
||||
"attack": 20.0,
|
||||
"boost-amount": 6.0,
|
||||
"boost-threshold": -72.0,
|
||||
"bypass": true,
|
||||
"dry": -100.0,
|
||||
"hpf-frequency": 10.0,
|
||||
"hpf-mode": "off",
|
||||
"input-gain": 0.0,
|
||||
"knee": -6.0,
|
||||
"lpf-frequency": 20000.0,
|
||||
"lpf-mode": "off",
|
||||
"makeup": 0.0,
|
||||
"mode": "Downward",
|
||||
"output-gain": 0.0,
|
||||
"ratio": 4.0,
|
||||
"release": 100.0,
|
||||
"release-threshold": -100.0,
|
||||
"sidechain": {
|
||||
"lookahead": 0.0,
|
||||
"mode": "RMS",
|
||||
"preamp": 0.0,
|
||||
"reactivity": 10.0,
|
||||
"source": "Middle",
|
||||
"stereo-split-source": "Left/Right",
|
||||
"type": "Feed-forward"
|
||||
},
|
||||
"stereo-split": false,
|
||||
"threshold": -12.0,
|
||||
"wet": 0.0
|
||||
},
|
||||
"limiter#0": {
|
||||
"alr": false,
|
||||
"alr-attack": 5.0,
|
||||
"alr-knee": 0.0,
|
||||
"alr-release": 50.0,
|
||||
"attack": 5.0,
|
||||
"bypass": true,
|
||||
"dithering": "None",
|
||||
"external-sidechain": false,
|
||||
"gain-boost": true,
|
||||
"input-gain": 0.0,
|
||||
"lookahead": 5.0,
|
||||
"mode": "Herm Thin",
|
||||
"output-gain": 0.0,
|
||||
"oversampling": "None",
|
||||
"release": 5.0,
|
||||
"sidechain-preamp": 0.0,
|
||||
"stereo-link": 100.0,
|
||||
"threshold": 0.0
|
||||
},
|
||||
"plugins_order": [
|
||||
"limiter#0",
|
||||
"compressor#0",
|
||||
"reverb#0"
|
||||
],
|
||||
"reverb#0": {
|
||||
"amount": -12.0,
|
||||
"bass-cut": 300.0,
|
||||
"bypass": true,
|
||||
"decay-time": 1.5,
|
||||
"diffusion": 0.5,
|
||||
"dry": 0.0,
|
||||
"hf-damp": 5000.0,
|
||||
"input-gain": 0.0,
|
||||
"output-gain": 0.0,
|
||||
"predelay": 0.0,
|
||||
"room-size": "Large",
|
||||
"treble-cut": 5000.0
|
||||
}
|
||||
}
|
||||
}
|
75
hm/modules/linux/var/easyeffects/input/Studio.json
Normal file
75
hm/modules/linux/var/easyeffects/input/Studio.json
Normal file
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"input": {
|
||||
"blocklist": [],
|
||||
"compressor#0": {
|
||||
"attack": 20.0,
|
||||
"boost-amount": 6.0,
|
||||
"boost-threshold": -72.0,
|
||||
"bypass": false,
|
||||
"dry": -100.0,
|
||||
"hpf-frequency": 10.0,
|
||||
"hpf-mode": "off",
|
||||
"input-gain": 0.0,
|
||||
"knee": -6.0,
|
||||
"lpf-frequency": 20000.0,
|
||||
"lpf-mode": "off",
|
||||
"makeup": 0.0,
|
||||
"mode": "Downward",
|
||||
"output-gain": -2.1,
|
||||
"ratio": 4.0,
|
||||
"release": 100.0,
|
||||
"release-threshold": -100.0,
|
||||
"sidechain": {
|
||||
"lookahead": 0.0,
|
||||
"mode": "RMS",
|
||||
"preamp": 0.0,
|
||||
"reactivity": 10.0,
|
||||
"source": "Middle",
|
||||
"stereo-split-source": "Left/Right",
|
||||
"type": "Feed-forward"
|
||||
},
|
||||
"stereo-split": false,
|
||||
"threshold": -12.0,
|
||||
"wet": 0.0
|
||||
},
|
||||
"limiter#0": {
|
||||
"alr": false,
|
||||
"alr-attack": 5.0,
|
||||
"alr-knee": 0.0,
|
||||
"alr-release": 50.0,
|
||||
"attack": 5.0,
|
||||
"bypass": false,
|
||||
"dithering": "None",
|
||||
"external-sidechain": false,
|
||||
"gain-boost": true,
|
||||
"input-gain": 0.0,
|
||||
"lookahead": 5.0,
|
||||
"mode": "Herm Thin",
|
||||
"output-gain": 0.0,
|
||||
"oversampling": "None",
|
||||
"release": 5.0,
|
||||
"sidechain-preamp": 0.0,
|
||||
"stereo-link": 100.0,
|
||||
"threshold": 0.0
|
||||
},
|
||||
"plugins_order": [
|
||||
"limiter#0",
|
||||
"speex#0",
|
||||
"compressor#0"
|
||||
],
|
||||
"speex#0": {
|
||||
"bypass": false,
|
||||
"enable-agc": true,
|
||||
"enable-denoise": true,
|
||||
"enable-dereverb": false,
|
||||
"input-gain": 0.0,
|
||||
"noise-suppression": -70,
|
||||
"output-gain": 0.0,
|
||||
"vad": {
|
||||
"enable": true,
|
||||
"probability-continue": 90,
|
||||
"probability-start": 95
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
243
hm/modules/linux/var/easyeffects/output/AirPods Pro ANC.json
Normal file
243
hm/modules/linux/var/easyeffects/output/AirPods Pro ANC.json
Normal file
|
@ -0,0 +1,243 @@
|
|||
{
|
||||
"output": {
|
||||
"blocklist": [],
|
||||
"equalizer#0": {
|
||||
"balance": 0.0,
|
||||
"bypass": false,
|
||||
"input-gain": -3.68,
|
||||
"left": {
|
||||
"band0": {
|
||||
"frequency": 105.0,
|
||||
"gain": 0.6000000238418579,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Lo-shelf",
|
||||
"width": 4.0
|
||||
},
|
||||
"band1": {
|
||||
"frequency": 27.100000381469727,
|
||||
"gain": -0.30000001192092896,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.7300000190734863,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band2": {
|
||||
"frequency": 79.0,
|
||||
"gain": 1.7999999523162842,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.2300000190734863,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band3": {
|
||||
"frequency": 474.8999938964844,
|
||||
"gain": -2.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.5400000214576721,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band4": {
|
||||
"frequency": 1164.199951171875,
|
||||
"gain": 2.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.119999885559082,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band5": {
|
||||
"frequency": 2344.60009765625,
|
||||
"gain": 2.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.0899999141693115,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band6": {
|
||||
"frequency": 5148.0,
|
||||
"gain": 3.9000000953674316,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.6100000143051147,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band7": {
|
||||
"frequency": 6457.60009765625,
|
||||
"gain": -5.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 6.0,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band8": {
|
||||
"frequency": 9619.900390625,
|
||||
"gain": 3.799999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.309999942779541,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band9": {
|
||||
"frequency": 10000.0,
|
||||
"gain": -2.299999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Hi-shelf",
|
||||
"width": 4.0
|
||||
}
|
||||
},
|
||||
"mode": "IIR",
|
||||
"num-bands": 10,
|
||||
"output-gain": 0.0,
|
||||
"pitch-left": 0.0,
|
||||
"pitch-right": 0.0,
|
||||
"right": {
|
||||
"band0": {
|
||||
"frequency": 105.0,
|
||||
"gain": 0.6000000238418579,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Lo-shelf",
|
||||
"width": 4.0
|
||||
},
|
||||
"band1": {
|
||||
"frequency": 27.100000381469727,
|
||||
"gain": -0.30000001192092896,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.7300000190734863,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band2": {
|
||||
"frequency": 79.0,
|
||||
"gain": 1.7999999523162842,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.2300000190734863,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band3": {
|
||||
"frequency": 474.8999938964844,
|
||||
"gain": -2.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.5400000214576721,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band4": {
|
||||
"frequency": 1164.199951171875,
|
||||
"gain": 2.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.119999885559082,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band5": {
|
||||
"frequency": 2344.60009765625,
|
||||
"gain": 2.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.0899999141693115,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band6": {
|
||||
"frequency": 5148.0,
|
||||
"gain": 3.9000000953674316,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.6100000143051147,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band7": {
|
||||
"frequency": 6457.60009765625,
|
||||
"gain": -5.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 6.0,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band8": {
|
||||
"frequency": 9619.900390625,
|
||||
"gain": 3.799999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.309999942779541,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band9": {
|
||||
"frequency": 10000.0,
|
||||
"gain": -2.299999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Hi-shelf",
|
||||
"width": 4.0
|
||||
}
|
||||
},
|
||||
"split-channels": false
|
||||
},
|
||||
"plugins_order": [
|
||||
"equalizer#0"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,243 @@
|
|||
{
|
||||
"output": {
|
||||
"blocklist": [],
|
||||
"equalizer#0": {
|
||||
"balance": 0.0,
|
||||
"bypass": false,
|
||||
"input-gain": -3.34,
|
||||
"left": {
|
||||
"band0": {
|
||||
"frequency": 105.0,
|
||||
"gain": 0.699999988079071,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Lo-shelf",
|
||||
"width": 4.0
|
||||
},
|
||||
"band1": {
|
||||
"frequency": 26.5,
|
||||
"gain": -0.4000000059604645,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.380000114440918,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band2": {
|
||||
"frequency": 79.19999694824219,
|
||||
"gain": 1.600000023841858,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.2999999523162842,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band3": {
|
||||
"frequency": 468.0,
|
||||
"gain": -2.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.5400000214576721,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band4": {
|
||||
"frequency": 1152.699951171875,
|
||||
"gain": 1.899999976158142,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.890000104904175,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band5": {
|
||||
"frequency": 2310.800048828125,
|
||||
"gain": 1.7999999523162842,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.569999933242798,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band6": {
|
||||
"frequency": 5148.7001953125,
|
||||
"gain": 3.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.4700000286102295,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band7": {
|
||||
"frequency": 6472.39990234375,
|
||||
"gain": -4.599999904632568,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 6.0,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band8": {
|
||||
"frequency": 9526.5,
|
||||
"gain": 3.700000047683716,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.25,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band9": {
|
||||
"frequency": 10000.0,
|
||||
"gain": -2.299999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Hi-shelf",
|
||||
"width": 4.0
|
||||
}
|
||||
},
|
||||
"mode": "IIR",
|
||||
"num-bands": 10,
|
||||
"output-gain": 0.0,
|
||||
"pitch-left": 0.0,
|
||||
"pitch-right": 0.0,
|
||||
"right": {
|
||||
"band0": {
|
||||
"frequency": 105.0,
|
||||
"gain": 0.699999988079071,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Lo-shelf",
|
||||
"width": 4.0
|
||||
},
|
||||
"band1": {
|
||||
"frequency": 26.5,
|
||||
"gain": -0.4000000059604645,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.380000114440918,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band2": {
|
||||
"frequency": 79.19999694824219,
|
||||
"gain": 1.600000023841858,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.2999999523162842,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band3": {
|
||||
"frequency": 468.0,
|
||||
"gain": -2.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.5400000214576721,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band4": {
|
||||
"frequency": 1152.699951171875,
|
||||
"gain": 1.899999976158142,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.890000104904175,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band5": {
|
||||
"frequency": 2310.800048828125,
|
||||
"gain": 1.7999999523162842,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.569999933242798,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band6": {
|
||||
"frequency": 5148.7001953125,
|
||||
"gain": 3.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.4700000286102295,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band7": {
|
||||
"frequency": 6472.39990234375,
|
||||
"gain": -4.599999904632568,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 6.0,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band8": {
|
||||
"frequency": 9526.5,
|
||||
"gain": 3.700000047683716,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.25,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band9": {
|
||||
"frequency": 10000.0,
|
||||
"gain": -2.299999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Hi-shelf",
|
||||
"width": 4.0
|
||||
}
|
||||
},
|
||||
"split-channels": false
|
||||
},
|
||||
"plugins_order": [
|
||||
"equalizer#0"
|
||||
]
|
||||
}
|
||||
}
|
243
hm/modules/linux/var/easyeffects/output/Arctis Pro EQ.json
Normal file
243
hm/modules/linux/var/easyeffects/output/Arctis Pro EQ.json
Normal file
|
@ -0,0 +1,243 @@
|
|||
{
|
||||
"output": {
|
||||
"blocklist": [],
|
||||
"equalizer#0": {
|
||||
"balance": 0.0,
|
||||
"bypass": false,
|
||||
"input-gain": -8.61,
|
||||
"left": {
|
||||
"band0": {
|
||||
"frequency": 105.0,
|
||||
"gain": -0.6000000238418579,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.699999988079071,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Lo-shelf",
|
||||
"width": 4.0
|
||||
},
|
||||
"band1": {
|
||||
"frequency": 50.0,
|
||||
"gain": 3.9000000953674316,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.0399999618530273,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band2": {
|
||||
"frequency": 135.6999969482422,
|
||||
"gain": -1.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.149999976158142,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band3": {
|
||||
"frequency": 361.3999938964844,
|
||||
"gain": 3.0999999046325684,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.159999966621399,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band4": {
|
||||
"frequency": 1135.300048828125,
|
||||
"gain": -4.599999904632568,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.2200000286102295,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band5": {
|
||||
"frequency": 2703.699951171875,
|
||||
"gain": -3.799999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.799999952316284,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band6": {
|
||||
"frequency": 3766.800048828125,
|
||||
"gain": 9.399999618530273,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.8300000429153442,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band7": {
|
||||
"frequency": 5260.39990234375,
|
||||
"gain": 5.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.609999895095825,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band8": {
|
||||
"frequency": 8775.2998046875,
|
||||
"gain": -7.400000095367432,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.75,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band9": {
|
||||
"frequency": 10000.0,
|
||||
"gain": -2.299999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.699999988079071,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Hi-shelf",
|
||||
"width": 4.0
|
||||
}
|
||||
},
|
||||
"mode": "IIR",
|
||||
"num-bands": 10,
|
||||
"output-gain": 3.9,
|
||||
"pitch-left": 0.0,
|
||||
"pitch-right": 0.0,
|
||||
"right": {
|
||||
"band0": {
|
||||
"frequency": 105.0,
|
||||
"gain": -0.6000000238418579,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.699999988079071,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Lo-shelf",
|
||||
"width": 4.0
|
||||
},
|
||||
"band1": {
|
||||
"frequency": 50.0,
|
||||
"gain": 3.9000000953674316,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.0399999618530273,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band2": {
|
||||
"frequency": 135.6999969482422,
|
||||
"gain": -1.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.149999976158142,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band3": {
|
||||
"frequency": 361.3999938964844,
|
||||
"gain": 3.0999999046325684,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.159999966621399,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band4": {
|
||||
"frequency": 1135.300048828125,
|
||||
"gain": -4.599999904632568,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.2200000286102295,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band5": {
|
||||
"frequency": 2703.699951171875,
|
||||
"gain": -3.799999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.799999952316284,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band6": {
|
||||
"frequency": 3766.800048828125,
|
||||
"gain": 9.399999618530273,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.8300000429153442,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band7": {
|
||||
"frequency": 5260.39990234375,
|
||||
"gain": 5.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.609999895095825,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band8": {
|
||||
"frequency": 8775.2998046875,
|
||||
"gain": -7.400000095367432,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.75,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band9": {
|
||||
"frequency": 10000.0,
|
||||
"gain": -2.299999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.699999988079071,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Hi-shelf",
|
||||
"width": 4.0
|
||||
}
|
||||
},
|
||||
"split-channels": false
|
||||
},
|
||||
"plugins_order": [
|
||||
"equalizer#0"
|
||||
]
|
||||
}
|
||||
}
|
243
hm/modules/linux/var/easyeffects/output/DT770 Pro.json
Normal file
243
hm/modules/linux/var/easyeffects/output/DT770 Pro.json
Normal file
|
@ -0,0 +1,243 @@
|
|||
{
|
||||
"output": {
|
||||
"blocklist": [],
|
||||
"equalizer#0": {
|
||||
"balance": 0.0,
|
||||
"bypass": false,
|
||||
"input-gain": -4.74,
|
||||
"left": {
|
||||
"band0": {
|
||||
"frequency": 105.0,
|
||||
"gain": 3.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Lo-shelf",
|
||||
"width": 4.0
|
||||
},
|
||||
"band1": {
|
||||
"frequency": 53.5,
|
||||
"gain": -6.800000190734863,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.699999988079071,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band2": {
|
||||
"frequency": 141.89999389648438,
|
||||
"gain": -2.4000000953674316,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.7699999809265137,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band3": {
|
||||
"frequency": 199.89999389648438,
|
||||
"gain": 6.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.5,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band4": {
|
||||
"frequency": 943.5,
|
||||
"gain": -1.399999976158142,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.5,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band5": {
|
||||
"frequency": 2352.89990234375,
|
||||
"gain": -1.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.440000057220459,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band6": {
|
||||
"frequency": 3523.5,
|
||||
"gain": 4.800000190734863,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.859999895095825,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band7": {
|
||||
"frequency": 5082.7001953125,
|
||||
"gain": -3.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 4.53000020980835,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band8": {
|
||||
"frequency": 6828.10009765625,
|
||||
"gain": -3.9000000953674316,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.2799999713897705,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band9": {
|
||||
"frequency": 10000.0,
|
||||
"gain": -4.599999904632568,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Hi-shelf",
|
||||
"width": 4.0
|
||||
}
|
||||
},
|
||||
"mode": "IIR",
|
||||
"num-bands": 10,
|
||||
"output-gain": 3.9,
|
||||
"pitch-left": 0.0,
|
||||
"pitch-right": 0.0,
|
||||
"right": {
|
||||
"band0": {
|
||||
"frequency": 105.0,
|
||||
"gain": 3.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Lo-shelf",
|
||||
"width": 4.0
|
||||
},
|
||||
"band1": {
|
||||
"frequency": 53.5,
|
||||
"gain": -6.800000190734863,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.699999988079071,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band2": {
|
||||
"frequency": 141.89999389648438,
|
||||
"gain": -2.4000000953674316,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.7699999809265137,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band3": {
|
||||
"frequency": 199.89999389648438,
|
||||
"gain": 6.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.5,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band4": {
|
||||
"frequency": 943.5,
|
||||
"gain": -1.399999976158142,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.5,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band5": {
|
||||
"frequency": 2352.89990234375,
|
||||
"gain": -1.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.440000057220459,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band6": {
|
||||
"frequency": 3523.5,
|
||||
"gain": 4.800000190734863,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.859999895095825,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band7": {
|
||||
"frequency": 5082.7001953125,
|
||||
"gain": -3.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 4.53000020980835,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band8": {
|
||||
"frequency": 6828.10009765625,
|
||||
"gain": -3.9000000953674316,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.2799999713897705,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band9": {
|
||||
"frequency": 10000.0,
|
||||
"gain": -4.599999904632568,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.6666666865348816,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Hi-shelf",
|
||||
"width": 4.0
|
||||
}
|
||||
},
|
||||
"split-channels": false
|
||||
},
|
||||
"plugins_order": [
|
||||
"equalizer#0"
|
||||
]
|
||||
}
|
||||
}
|
243
hm/modules/linux/var/easyeffects/output/Default.json
Normal file
243
hm/modules/linux/var/easyeffects/output/Default.json
Normal file
|
@ -0,0 +1,243 @@
|
|||
{
|
||||
"output": {
|
||||
"blocklist": [],
|
||||
"equalizer#0": {
|
||||
"balance": 0.0,
|
||||
"bypass": true,
|
||||
"input-gain": -8.61,
|
||||
"left": {
|
||||
"band0": {
|
||||
"frequency": 105.0,
|
||||
"gain": -0.6000000238418579,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.699999988079071,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Lo-shelf",
|
||||
"width": 4.0
|
||||
},
|
||||
"band1": {
|
||||
"frequency": 50.0,
|
||||
"gain": 3.9000000953674316,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.0399999618530273,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band2": {
|
||||
"frequency": 135.6999969482422,
|
||||
"gain": -1.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.149999976158142,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band3": {
|
||||
"frequency": 361.3999938964844,
|
||||
"gain": 3.0999999046325684,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.159999966621399,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band4": {
|
||||
"frequency": 1135.300048828125,
|
||||
"gain": -4.599999904632568,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.2200000286102295,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band5": {
|
||||
"frequency": 2703.699951171875,
|
||||
"gain": -3.799999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.799999952316284,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band6": {
|
||||
"frequency": 3766.800048828125,
|
||||
"gain": 9.399999618530273,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.8300000429153442,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band7": {
|
||||
"frequency": 5260.39990234375,
|
||||
"gain": 5.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.609999895095825,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band8": {
|
||||
"frequency": 8775.2998046875,
|
||||
"gain": -7.400000095367432,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.75,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band9": {
|
||||
"frequency": 10000.0,
|
||||
"gain": -2.299999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.699999988079071,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Hi-shelf",
|
||||
"width": 4.0
|
||||
}
|
||||
},
|
||||
"mode": "IIR",
|
||||
"num-bands": 10,
|
||||
"output-gain": 3.9,
|
||||
"pitch-left": 0.0,
|
||||
"pitch-right": 0.0,
|
||||
"right": {
|
||||
"band0": {
|
||||
"frequency": 105.0,
|
||||
"gain": -0.6000000238418579,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.699999988079071,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Lo-shelf",
|
||||
"width": 4.0
|
||||
},
|
||||
"band1": {
|
||||
"frequency": 50.0,
|
||||
"gain": 3.9000000953674316,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.0399999618530273,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band2": {
|
||||
"frequency": 135.6999969482422,
|
||||
"gain": -1.5,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.149999976158142,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band3": {
|
||||
"frequency": 361.3999938964844,
|
||||
"gain": 3.0999999046325684,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.159999966621399,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band4": {
|
||||
"frequency": 1135.300048828125,
|
||||
"gain": -4.599999904632568,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.2200000286102295,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band5": {
|
||||
"frequency": 2703.699951171875,
|
||||
"gain": -3.799999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 2.799999952316284,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band6": {
|
||||
"frequency": 3766.800048828125,
|
||||
"gain": 9.399999618530273,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.8300000429153442,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band7": {
|
||||
"frequency": 5260.39990234375,
|
||||
"gain": 5.0,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 3.609999895095825,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band8": {
|
||||
"frequency": 8775.2998046875,
|
||||
"gain": -7.400000095367432,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 1.75,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Bell",
|
||||
"width": 4.0
|
||||
},
|
||||
"band9": {
|
||||
"frequency": 10000.0,
|
||||
"gain": -2.299999952316284,
|
||||
"mode": "APO (DR)",
|
||||
"mute": false,
|
||||
"q": 0.699999988079071,
|
||||
"slope": "x1",
|
||||
"solo": false,
|
||||
"type": "Hi-shelf",
|
||||
"width": 4.0
|
||||
}
|
||||
},
|
||||
"split-channels": false
|
||||
},
|
||||
"plugins_order": [
|
||||
"equalizer#0"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue