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

19 lines
641 B
JSON
Raw Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "SubmixEffectDynamicsProcessorPreset",
"Name": "Master_limiter_SubmixPreset",
"Class": "UScriptClass'SubmixEffectDynamicsProcessorPreset'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Settings": {
"DynamicsProcessorType": "ESubmixEffectDynamicsProcessorType::Limiter",
"PeakMode": "ESubmixEffectDynamicsPeakMode::RootMeanSquared",
"InputGainDb": 17.0,
"ThresholdDb": 0.0,
"LookAheadMsec": 14.4,
"AttackTimeMsec": 70.0,
"ReleaseTimeMsec": 200.0
}
}
}
]