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

Filter objects

There are seven types of filters, each with its own class, derived from the Filter base class. Filter objects can interact with sound objects either using the sound filter command or during playback. Note that since a filter object may contain state information about a sound stream it should only be used for one play operation at a time. The seven types of filters are CompositionFilter, EchoFilter, GeneratorFilter FormantFilter, IIRFilter, MapFilter and ReverbFilter See also Sound#filter

Methods

configure, destroy, new,
Attributes

 [R]  :name

the internal name used by Tcl/Tk

Public Class methods
new(type, *args) src
Public Instance methods
configure( *args) src

Configures the filter.

destroy() src

Removes and frees its storage associated with this filter