AnalogBassDrum:
Filter:
Classes (extension) | UGens > VirtualAnalog | UGens > Drums

AnalogBassDrum : UGen : AbstractFunction : Object
ExtensionExtension

Virtual analog 808 bass drum model

Description

Virtual analog 808 bass drum model.

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

Class Methods

AnalogBassDrum.ar(trig: 0, infsustain: 0.0, accent: 0.5, freq: 50, tone: 0.5, decay: 0.5, attackfm: 0.5, selffm: 0.25)

Arguments:

trig

Trigger the drum with a signal above 0.

infsustain

Bassdrum plays infinitely if this is 1.

accent

Set accent level. 0 to 1.

freq

Set drum's root frequency in hz

tone

Set the amount of click. 0 to 1.

decay

Amount of decay. 0 to 1.

attackfm

Amount of FM attack. 0 to 1.

selffm

Set the amount of self fm. Also affects the fm attack and volume decay. 0 to 1.

Inherited class methods

Instance Methods

Inherited instance methods

Examples