Class
EchoFilter
In: rbSnack/tkSnack.rb
Parent: Filter

EchoFilter is used to produce an echo effect. More than one echo is possible, It is a subclass of Filter

Methods

new, newArgsCheck,
Public Class methods
new(inGain, outGain, delay, decay, *args) src

Takes as parameters

inGain
the input gain (valid range is between 0 and 1)
outGain
the output gain (valid range is between 0 and 1)
delay
the delay of the first echo (in milliseconds)
decay
the decay of the first echo (as a factor of ingain)
*Additional Pairs...*
of delay, decay can be added
Public Instance methods
newArgsCheck( inGain, outGain, delay, decay, *args) src

Checks the arguments for validty before invoking new