BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'SubmixEffectDynamicsProcessorSettings' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Submix Effect Dynamics Processor Settings |
Outputs
Type | Name | Description |
---|---|---|
enum | Type | Type of processor to apply |
enum | Peak Mode | Mode of peak detection used on input key signal |
enum | Link Mode | Mode of peak detection if key signal is multi-channel |
real | Input Gain (D B) | The input gain of the dynamics processor |
real | Threshold (D B) | The threshold at which to perform a dynamics processing operation |
real | Ratio | The dynamics processor ratio used for compression/expansion |
real | Knee (D B) | The knee bandwidth of the processor to use |
real | Look Ahead (Ms) | The amount of time to look ahead of the current audio (Allows for transients to be included in dynamics processing) |
real | Attack Time (Ms) | The amount of time to ramp into any dynamics processing effect |
real | Release Time (Ms) | The amount of time to release the dynamics processing effect |
enum | Key Source | |
object | External Audio Bus | If set, uses output of provided audio bus as modulator of input signal for dynamics processor (Uses input signal as default modulator) |
object | External Submix | If set, uses output of provided submix as modulator of input signal for dynamics processor (Uses input signal as default modulator) |
boolean | Analog Mode | Toggles treating the attack and release envelopes as analog-style vs digital-style (Analog will respond a bit more naturally/slower) |
boolean | Bypass | Whether or not to bypass effect |
boolean | Key Audition | Audition the key modulation signal, bypassing enveloping and processing the input signal. |
real | External Input Gain (D B) | Gain to apply to key signal if key source not set to default (input). |
real | Output Gain (D B) | The output gain of the dynamics processor |
struct | Key Highshelf | High Shelf filter settings for key signal (external signal if supplied or input signal if not) |
struct | Key Lowshelf | Low Shelf filter settings for key signal (external signal if supplied or input signal if not) |