1 /* Convert to mono `Filter' - Header
2 
3  * Copyright (C) 1999 S.J. Tappin
4  * (After signpr_copy.h: J.A. Bezemer 1998)
5  *
6  * Licensed under the terms of the GNU General Public License.
7  * ABSOLUTELY NO WARRANTY.
8  * See the file `COPYING' in this directory.
9  */
10 
11 #ifndef HAVE_SIGNPR_MONO_H
12 #define HAVE_SIGNPR_MONO_H
13 
14 
15 #include "signpr_general.h"
16 
17 void monoize_param_defaults (parampointer_t parampointer);
18 
19 #ifndef SWIG
20 void monoize_param_screen (parampointer_t parampointer);
21 #endif
22 
23 void init_monoize_filter (int filterno, parampointer_t parampointer);
24 
25 void delete_monoize_filter (parampointer_t parampointer);
26 
27 #ifndef SWIG
28 sample_t monoize_filter (parampointer_t parampointer);
29 #else
30 sample_t monoize_filter (parampointer_t parampointer, int *filter_type);
31 #endif
32 
33 
34 #endif /* HAVE_SIGNPR_MONO_H */
35