root/README

Revision c6dad257c20c3ef9c3f58a6f82ce1d1077782fe6, 1.1 KB (checked in by Nedko Arnaudov <nedko@…>, 3 years ago)

NEWS README and INSTALL files

  • Property mode set to 100644
Line 
1= Overview =
2Stereo and mono LV2 plugins, four-band parametric equalisers.
3Each section has an active/bypass switch, frequency, bandwidth and
4gain controls. There is also a global bypass switch and gain control.
5
6= DSP =
7The 2nd order resonant filters are implemented using a Mitra-Regalia
8style lattice filter, which has the nice property of being stable
9even while parameters are being changed.
10
11All switches and controls are internally smoothed, so they can be
12used 'live' whithout any clicks or zipper noises. This should make
13this plugin a good candidate for use in systems that allow automation
14of plugin control ports, such as Ardour, or for stage use.
15
16The DSP code is written by Fons Adriaensen
17
18= GUI =
19The GUI provides knobs and toggle buttons for tweaking filter
20parameters. It also provides frequency response widget with
21differently coloured curve for each section and separate curve for
22total equalization effect.
23
24The GUI uses the External UI extension. lv2rack (part of zynjacku)
25supports this extension. Ardour-2.8 needs patch to support the
26external UI extension.
Note: See TracBrowser for help on using the browser.