1
0
Fork 0
mirror of https://github.com/JackHack96/EasyEffects-Presets.git synced 2024-11-21 21:30:09 +00:00

Updated presets

This commit is contained in:
Matteo Iervasi 2018-06-29 17:16:27 +02:00
parent 027739e0ee
commit 2d41b1fbda
3 changed files with 486 additions and 9 deletions

View file

@ -1,4 +1,24 @@
{ {
"spectrum": {
"show": "true",
"n-points": "150",
"height": "100",
"use-custom-color": "false",
"color": [
"1",
"1",
"1",
"1"
]
},
"pulseaudio": {
"use-default-sink": "true",
"use-default-source": "true",
"buffer-out": "200000",
"latency-out": "10000",
"buffer-in": "200000",
"latency-in": "10000"
},
"input": { "input": {
"plugins_order": [ "plugins_order": [
"gate", "gate",
@ -9,7 +29,8 @@
"equalizer", "equalizer",
"deesser", "deesser",
"reverb", "reverb",
"pitch" "pitch",
"multiband_compressor"
], ],
"compressor": { "compressor": {
"state": "false", "state": "false",
@ -41,6 +62,8 @@
"equalizer": { "equalizer": {
"state": "false", "state": "false",
"num-bands": "30", "num-bands": "30",
"input-gain": "0",
"output-gain": "0",
"band0": { "band0": {
"gain": "0", "gain": "0",
"frequency": "22.59", "frequency": "22.59",
@ -300,6 +323,59 @@
"voice-detection": "false", "voice-detection": "false",
"voice-detection-frame-size-ms": "10", "voice-detection-frame-size-ms": "10",
"voice-detection-likelihood": "low" "voice-detection-likelihood": "low"
},
"multiband_compressor": {
"state": "false",
"input-gain": "0",
"output-gain": "0",
"freq0": "120",
"freq1": "1000",
"freq2": "6000",
"mode": "LR8",
"subband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"lowband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"midband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"highband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
}
} }
}, },
"output": { "output": {
@ -315,7 +391,10 @@
"panorama", "panorama",
"crossfeed", "crossfeed",
"delay", "delay",
"maximizer" "maximizer",
"expander",
"multiband_compressor",
"loudness"
], ],
"bass_enhancer": { "bass_enhancer": {
"state": "true", "state": "true",
@ -357,6 +436,8 @@
"equalizer": { "equalizer": {
"state": "true", "state": "true",
"num-bands": "10", "num-bands": "10",
"input-gain": "-1.00",
"output-gain": "0",
"band0": { "band0": {
"gain": "4", "gain": "4",
"frequency": "32", "frequency": "32",
@ -495,6 +576,84 @@
"right-balance": "1", "right-balance": "1",
"right-delay": "2.1200000000000001", "right-delay": "2.1200000000000001",
"right-gain": "0" "right-gain": "0"
},
"expander": {
"state": "false",
"sidechain": {
"mode": "RMS",
"lookahead": "0",
"listen": "false",
"source": "Middle",
"reactivity": "10",
"preamp": "0"
},
"mode": "Up",
"attack-level": "-12",
"attack-time": "20",
"release-level": "-100",
"release-time": "100",
"ratio": "4",
"knee": "-6",
"makeup": "0"
},
"multiband_compressor": {
"state": "false",
"input-gain": "0",
"output-gain": "0",
"freq0": "120",
"freq1": "1000",
"freq2": "6000",
"mode": "LR8",
"subband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"lowband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"midband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"highband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
}
},
"loudness": {
"state": "false",
"loudness": "-3.1000000000000001",
"output": "-6",
"link": "-9.0999999999999996"
} }
} }
} }

View file

@ -1,4 +1,24 @@
{ {
"spectrum": {
"show": "true",
"n-points": "150",
"height": "100",
"use-custom-color": "false",
"color": [
"1",
"1",
"1",
"1"
]
},
"pulseaudio": {
"use-default-sink": "true",
"use-default-source": "true",
"buffer-out": "200000",
"latency-out": "10000",
"buffer-in": "200000",
"latency-in": "10000"
},
"input": { "input": {
"plugins_order": [ "plugins_order": [
"gate", "gate",
@ -9,7 +29,8 @@
"equalizer", "equalizer",
"deesser", "deesser",
"reverb", "reverb",
"pitch" "pitch",
"multiband_compressor"
], ],
"compressor": { "compressor": {
"state": "false", "state": "false",
@ -41,6 +62,8 @@
"equalizer": { "equalizer": {
"state": "false", "state": "false",
"num-bands": "30", "num-bands": "30",
"input-gain": "0",
"output-gain": "0",
"band0": { "band0": {
"gain": "0", "gain": "0",
"frequency": "22.59", "frequency": "22.59",
@ -300,6 +323,59 @@
"voice-detection": "false", "voice-detection": "false",
"voice-detection-frame-size-ms": "10", "voice-detection-frame-size-ms": "10",
"voice-detection-likelihood": "low" "voice-detection-likelihood": "low"
},
"multiband_compressor": {
"state": "false",
"input-gain": "0",
"output-gain": "0",
"freq0": "120",
"freq1": "1000",
"freq2": "6000",
"mode": "LR8",
"subband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"lowband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"midband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"highband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
}
} }
}, },
"output": { "output": {
@ -315,7 +391,10 @@
"panorama", "panorama",
"crossfeed", "crossfeed",
"delay", "delay",
"maximizer" "maximizer",
"expander",
"multiband_compressor",
"loudness"
], ],
"bass_enhancer": { "bass_enhancer": {
"state": "false", "state": "false",
@ -357,6 +436,8 @@
"equalizer": { "equalizer": {
"state": "true", "state": "true",
"num-bands": "10", "num-bands": "10",
"input-gain": "-2.0",
"output-gain": "0",
"band0": { "band0": {
"gain": "5", "gain": "5",
"frequency": "32", "frequency": "32",
@ -440,7 +521,7 @@
"inertia": "20" "inertia": "20"
}, },
"limiter": { "limiter": {
"state": "true", "state": "false",
"input-gain": "26.000000094735913", "input-gain": "26.000000094735913",
"limit": "-3", "limit": "-3",
"lookahead": "10", "lookahead": "10",
@ -495,6 +576,84 @@
"right-balance": "1", "right-balance": "1",
"right-delay": "2.1200000000000001", "right-delay": "2.1200000000000001",
"right-gain": "0" "right-gain": "0"
},
"expander": {
"state": "false",
"sidechain": {
"mode": "RMS",
"lookahead": "0",
"listen": "false",
"source": "Middle",
"reactivity": "10",
"preamp": "0"
},
"mode": "Up",
"attack-level": "-12",
"attack-time": "20",
"release-level": "-100",
"release-time": "100",
"ratio": "4",
"knee": "-6",
"makeup": "0"
},
"multiband_compressor": {
"state": "false",
"input-gain": "0",
"output-gain": "0",
"freq0": "120",
"freq1": "1000",
"freq2": "6000",
"mode": "LR8",
"subband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"lowband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"midband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"highband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
}
},
"loudness": {
"state": "false",
"loudness": "-3.1000000000000001",
"output": "-6",
"link": "-9.0999999999999996"
} }
} }
} }

View file

@ -1,4 +1,24 @@
{ {
"spectrum": {
"show": "true",
"n-points": "150",
"height": "100",
"use-custom-color": "false",
"color": [
"1",
"1",
"1",
"1"
]
},
"pulseaudio": {
"use-default-sink": "true",
"use-default-source": "true",
"buffer-out": "200000",
"latency-out": "10000",
"buffer-in": "200000",
"latency-in": "10000"
},
"input": { "input": {
"plugins_order": [ "plugins_order": [
"gate", "gate",
@ -9,7 +29,8 @@
"equalizer", "equalizer",
"deesser", "deesser",
"reverb", "reverb",
"pitch" "pitch",
"multiband_compressor"
], ],
"compressor": { "compressor": {
"state": "false", "state": "false",
@ -41,6 +62,8 @@
"equalizer": { "equalizer": {
"state": "false", "state": "false",
"num-bands": "30", "num-bands": "30",
"input-gain": "0",
"output-gain": "0",
"band0": { "band0": {
"gain": "0", "gain": "0",
"frequency": "22.59", "frequency": "22.59",
@ -300,6 +323,59 @@
"voice-detection": "false", "voice-detection": "false",
"voice-detection-frame-size-ms": "10", "voice-detection-frame-size-ms": "10",
"voice-detection-likelihood": "low" "voice-detection-likelihood": "low"
},
"multiband_compressor": {
"state": "false",
"input-gain": "0",
"output-gain": "0",
"freq0": "120",
"freq1": "1000",
"freq2": "6000",
"mode": "LR8",
"subband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"lowband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"midband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"highband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
}
} }
}, },
"output": { "output": {
@ -315,7 +391,10 @@
"panorama", "panorama",
"crossfeed", "crossfeed",
"delay", "delay",
"maximizer" "maximizer",
"expander",
"multiband_compressor",
"loudness"
], ],
"bass_enhancer": { "bass_enhancer": {
"state": "false", "state": "false",
@ -357,6 +436,8 @@
"equalizer": { "equalizer": {
"state": "true", "state": "true",
"num-bands": "10", "num-bands": "10",
"input-gain": "-1.00",
"output-gain": "0",
"band0": { "band0": {
"gain": "4", "gain": "4",
"frequency": "32", "frequency": "32",
@ -440,7 +521,7 @@
"inertia": "20" "inertia": "20"
}, },
"limiter": { "limiter": {
"state": "true", "state": "false",
"input-gain": "26.000000094735913", "input-gain": "26.000000094735913",
"limit": "-3", "limit": "-3",
"lookahead": "10", "lookahead": "10",
@ -495,6 +576,84 @@
"right-balance": "1", "right-balance": "1",
"right-delay": "2.1200000000000001", "right-delay": "2.1200000000000001",
"right-gain": "0" "right-gain": "0"
},
"expander": {
"state": "false",
"sidechain": {
"mode": "RMS",
"lookahead": "0",
"listen": "false",
"source": "Middle",
"reactivity": "10",
"preamp": "0"
},
"mode": "Up",
"attack-level": "-12",
"attack-time": "20",
"release-level": "-100",
"release-time": "100",
"ratio": "4",
"knee": "-6",
"makeup": "0"
},
"multiband_compressor": {
"state": "false",
"input-gain": "0",
"output-gain": "0",
"freq0": "120",
"freq1": "1000",
"freq2": "6000",
"mode": "LR8",
"subband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"lowband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"midband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
},
"highband": {
"threshold": "-12",
"ratio": "2",
"attack": "150",
"release": "300",
"makeup": "0",
"knee": "9",
"detection": "RMS",
"bypass": "false",
"solo": "false"
}
},
"loudness": {
"state": "false",
"loudness": "-3.1000000000000001",
"output": "-6",
"link": "-9.0999999999999996"
} }
} }
} }