2 summary:: Base class for filter UGens
3 categories:: UGens>Filters
7 "Filter" is an abstract class - in other words, a class that you do not use directly. Instead, use one of its subclasses. Many common filters inherit from this abstract class, including LPF, HPF, MoogFF, Ringz, Integrator, Median, LeakDC... and many more.
9 The Filter class also provides a simple way to visualise the frequency-wise effect of applying a filter, see code::scopeResponse:: below.
14 method:: scopeResponse
15 Provides a simple way to visualise the frequency-wise effect of applying a filter
18 Stethoscope.defaultServer.boot // boot the server that will be scoped