Classes (extension) | UGens > PhysicalModels

DWGBowedTor : UGen : AbstractFunction : Object
ExtensionExtension

Plucked physical model.
Source: DWGBowed.sc

Description

Digital wave guide physical model of a bowed instrument. Sound must go throught BowSoundBoard for better sound. Like DWGBowed but also with torsional waves.

Class Methods

DWGBowedTor.ar(freq: 440, velb: 0.5, force: 1, gate: 1, pos: 0.14, release: 0.1, c1: 1, c3: 3, impZ: 0.55, fB: 2, mistune: 5.2, c1tor: 1, c3tor: 3000, iZtor: 1.8)

Arguments:

freq

Sound frequency.

velb

Bow velocity.

force

Bow normal force.

gate

Releases synth when value changes from >0 to 0.

pos

Relative bow position from 0 to 1.

release

Release time in seconds.

c1

Inverse of DC decay time.

c3

Hight frequency loss factor.

impZ

String impedance.

fB

Inharmonicity factor.

mistune

The relative frequency of torsional waves.

c1tor

Same as c1 for torsional waves.

c3tor

Same as c3 for torsional waves.

iZtor

Torsional waves string impedance.

Inherited class methods

7 methods from UGen ► show
8 methods from Object ► show

Instance Methods

Inherited instance methods

93 methods from UGen ► show
159 methods from AbstractFunction ► show
266 methods from Object ► show

Examples