Interface OnePoleFilterOptions

The possible options for this node

interface OnePoleFilterOptions {
    context: BaseContext;
    frequency: Unit.Frequency;
    type: OnePoleFilterType;
}

Hierarchy (view full)

Properties

context: BaseContext
frequency: Unit.Frequency