DynamicsCompressorNode
Overview
Inherits properties from its parent, AudioNode.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: AudioNode | DynamicsCompressorNode
Properties
attack
property attack: AudioParam read;
AudioParam attack { get; }
var attack: AudioParam { get{} }
AudioParam attack { __get; }
ReadOnly Property attack() As AudioParam
knee
property knee: AudioParam read;
AudioParam knee { get; }
var knee: AudioParam { get{} }
AudioParam knee { __get; }
ReadOnly Property knee() As AudioParam
ratio
property ratio: AudioParam read;
AudioParam ratio { get; }
var ratio: AudioParam { get{} }
AudioParam ratio { __get; }
ReadOnly Property ratio() As AudioParam
reduction
property reduction: Double read;
Double reduction { get; }
var reduction: Double { get{} }
Double reduction { __get; }
ReadOnly Property reduction() As Double
release
property release: AudioParam read;
AudioParam release { get; }
var release: AudioParam { get{} }
AudioParam release { __get; }
ReadOnly Property release() As AudioParam
threshold
property threshold: AudioParam read;
AudioParam threshold { get; }
var threshold: AudioParam { get{} }
AudioParam threshold { __get; }
ReadOnly Property threshold() As AudioParam