Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / compressortools.inc
1
2 /*
3  * CINELERRA
4  * Copyright (C) 2008-2019 Adam Williams <broadcast at earthling dot net>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  *
20  */
21
22 #ifndef __COMPRESSORTOOLS_INC__
23 #define __COMPRESSORTOOLS_INC__
24
25 class BandConfig;
26 class CompressorConfigBase;
27 class CompressorClientFrame;
28 class CompressorFreqFrame;
29 class CompressorGainFrame;
30 class CompressorEngine;
31 class CompressorCopy;
32 class CompressorPaste;
33 class CompressorClearGraph;
34 class CompressorPopup;
35
36 #define GRAPH_BG_COLOR          0x559977
37 #define GRAPH_BORDER1_COLOR     0xeeaa44
38 #define GRAPH_BORDER2_COLOR     0xeeaaff
39 #define GRAPH_GRID_COLOR        0xeeffcc
40 #define GRAPH_ACTIVE_COLOR      0x99cc77
41 #define GRAPH_INACTIVE_COLOR    0x666688
42
43 #endif