5 * Copyright (C) 2002-2005 Monty and Xiph.Org
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.
27 sig_atomic_t o_attack
;
29 sig_atomic_t u_attack
;
31 sig_atomic_t b_attack
;
34 sig_atomic_t o_thresh
;
36 sig_atomic_t o_lookahead
;
38 sig_atomic_t o_softknee
;
40 sig_atomic_t u_thresh
;
42 sig_atomic_t u_lookahead
;
44 sig_atomic_t u_softknee
;
49 sig_atomic_t panel_visible
;
50 sig_atomic_t panel_active
;
51 } singlecomp_settings
;
53 extern int pull_singlecomp_feedback_master(float *peak
,float *rms
);
54 extern int pull_singlecomp_feedback_channel(float *peak
,float *rms
);
55 extern int singlecomp_load(int ch
);
56 extern int singlecomp_reset(void);
57 extern time_linkage
*singlecomp_read_master(time_linkage
*in
);
58 extern time_linkage
*singlecomp_read_channel(time_linkage
*in
);
60 extern singlecomp_settings singlecomp_master_set
;
61 extern singlecomp_settings
*singlecomp_channel_set
;