TwoTube:
Filter:
Classes (extension) | UGens > PhysicalModels

TwoTube : UGen : AbstractFunction : Object
ExtensionExtension

physical modeling simulation; two tubes
Source: SLUGens.sc

//SLUGens released under the GNU GPL as extensions for SuperCollider 3, by Nick Collins, http://composerprogrammer.com/index.html 

Description

Physical model; two tube sections with scattering junction inbetween; their relative areas determine k.

Class Methods

TwoTube.ar(input: 0, k: 0.01, loss: 1.0, d1length: 100, d2length: 100, mul: 1.0, add: 0.0)

Arguments:

input

Excitation to inject into the system

k

Scattering coefficient for junction of two tubes, usually -1<=k<=1

loss

Amplitude loss factor in circulation

d1length

Length in samples of first delay line

d2length

Length in samples of second delay line (no interpolation implemented yet)

Inherited class methods

Instance Methods

Inherited instance methods

Examples