Resonator:
Filter:
Classes (extension) | UGens > PhysicalModelling

Resonator : UGen : AbstractFunction : Object
ExtensionExtension

A resonant body simulation.
Source: Resonator.sc

Description

A resonant body simulation.

Original code by E. Gillet. Revisted by Ben Sergentanis for the DaisySP DSP library. Ported to SuperCollider by Mads Kjeldgaard.

Class Methods

Resonator.ar(input: 0, freq: 100, position: 0.001, resolution: 24, structure: 0.5, brightness: 0.5, damping: 0.5)

Arguments:

input

Audio input

freq

Resonator frequency in herz

position

Set at initialization. Offset the phase of the amplitudes. 0.0 to 1.0.

resolution

Set number of modes. Number between 1 and 24. Set at initialization.

structure

Changes overall character of the resonator. 0.0 to 1.0.

brightness

Brightness of resonator. 0.0 to 1.0.

damping

How long it takes the resonant body to decay. 0.0 to 1.0.

Inherited class methods

Instance Methods

Inherited instance methods

Examples