DuffingExt:
Filter:
egSC/Classes (extension) | Undocumented classes | UGens > Undocumented

DuffingExt
ExtensionExtension

Chaotic oscillator with external driver, based on the Duffing function.

Description

A chaotic oscillating sound generator based on integration of the Duffing function:

But in this instance the typical driving cosine function is replaced with an aribtrary audio rate input. For the traditional sinsusodal input see DuffingOsc.

Class Methods

.ar

All inputs but the driver input are sampled at control rate. The driver input is sampled at audio rate.

Arguments:

in

The driver input.

damping

Amount of resistance to velocity in the spring.

stiffness

How much force the spring responds to with linear compression.

nonLinearity

The degree of nonlinearity in the spring response. Larger numbers indicate higher nonlinearity, and 0 makes a purely linear spring.

Examples