Timbre.js

JavaScript Library for Objective Sound Programming
system requirements: Chrome 14- or Firefox 4-

EfxDistortion

Distortion

Constructor

dist = T("efx.dist", pre=-60, post=18, freq=2400, ...);

// pre   [Object] Pre gain (dB)
// post  [Object] Post gain(dB)
// freq  [Object] Cutoff frequency of LPF
// ...   Input objects which will be added and processed
         

Properties

dist.pre   // [Object] Pre gain (dB)
dist.post  // [Object] Post gain(dB)
dist.freq  // [Object] Cutoff frequency of LPF
        

Methods

        

Events

        

See Also:

T("efx.delay") T("efx.chorus")