ITR2_ASSET/IntoTheRadius2/Content/Sound/Effects/EQ_1.json

26 lines
609 B
JSON
Raw Permalink Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "SourceEffectEQPreset",
"Name": "EQ_1",
"Class": "UScriptClass'SourceEffectEQPreset'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Settings": {
"EQBands": [
{
"Frequency": 40.0,
"Bandwidth": 6.0,
"GainDb": 2.0,
"bEnabled": true
},
{
"Frequency": 10000.0,
"Bandwidth": 2.0,
"GainDb": 5.0,
"bEnabled": true
}
]
}
}
}
]