5 * Copyright (C) 2002-2005 Monty
7 * Postfish is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2, or (at your option)
12 * Postfish is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with Postfish; see the file COPYING. If not, write to the
19 * Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
26 struct postfish_mainpanel
;
27 typedef struct postfish_mainpanel postfish_mainpanel
;
29 #include "clippanel.h"
31 #include "compandpanel.h"
32 #include "singlepanel.h"
33 #include "deverbpanel.h"
34 #include "limitpanel.h"
36 #include "reverbpanel.h"
39 struct postfish_mainpanel
{
40 GtkWidget
*twirlimage
;
48 /* we need these widgets */
52 GtkWidget
*masterdB_r
;
53 GtkWidget
*masterdB_s
;
54 GtkWidget
*masterdB_a
;
56 GtkWidget
*buttonactive
[7];
57 GtkWidget
*deckactive
[7];
62 GtkWidget
*outreadout
;
67 GtkWidget
*channelshow
[MAX_INPUT_CHANNELS
];
68 int channelrotate
[10]; /* up to 16 channels, but only base 10 digits on the keyboard */
69 GtkWidget
***channel_wa
;
83 guint fishframe_timer
;
88 extern void mainpanel_go(int n
,char *list
[],int ch
);
89 extern void save_state();