Interface GateOptions

The possible options for this node

interface GateOptions {
    context: BaseContext;
    smoothing: Unit.Time;
    threshold: number;
}

Hierarchy (view full)

Properties

context: BaseContext
smoothing: Unit.Time
threshold: number