1 /*
2 
3     (c) Fraser Stuart 2009
4 
5     This program is free software; you can redistribute it and/or modify
6     it under the terms of the GNU General Public License as published by
7     the Free Software Foundation; either version 2 of the License, or
8     (at your option) any later version.
9 
10     This program is distributed in the hope that it will be useful,
11     but WITHOUT ANY WARRANTY; without even the implied warranty of
12     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13     GNU General Public License for more details.
14 
15     You should have received a copy of the GNU General Public License
16     along with this program; if not, write to the Free Software
17     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 
19 */
20 
21 static void on_inv_comp_bypass_toggle_button_release(GtkWidget *widget, GdkEvent *event, gpointer data);
22 static void on_inv_comp_rms_knob_motion(GtkWidget *widget, GdkEvent *event, gpointer data);
23 static void on_inv_comp_attack_knob_motion(GtkWidget *widget, GdkEvent *event, gpointer data);
24 static void on_inv_comp_release_knob_motion(GtkWidget *widget, GdkEvent *event, gpointer data);
25 static void on_inv_comp_threshold_knob_motion(GtkWidget *widget, GdkEvent *event, gpointer data);
26 static void on_inv_comp_ratio_knob_motion(GtkWidget *widget, GdkEvent *event, gpointer data);
27 static void on_inv_comp_gain_knob_motion(GtkWidget *widget, GdkEvent *event, gpointer data);
28 static void on_inv_comp_noClip_toggle_button_release(GtkWidget *widget, GdkEvent *event, gpointer data);
29