1 /*=============================================================================
3 // This software has been released under the terms of the GNU General Public
4 // license. See http://www.gnu.org/copyleft/gpl.html for details.
6 // Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
8 //=============================================================================
11 /* Equalizer plugin header file defines struct used for setting or
12 getting the gain of a specific channel and frequency */
14 typedef struct equalizer_s
16 float gain
; // Gain in dB -15 - 15
17 int channel
; // Channel number 0 - 5
18 int band
; // Frequency band 0 - 9
21 /* The different frequency bands are: