root/sweep/trunk/src/channelops.h

Revision 124, 1.3 kB (checked in by conrad, 8 years ago)

updated to 0.8.2

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 /*
2  * Sweep, a sound wave editor.
3  *
4  * Copyright (C) 2000 Conrad Parker
5  * Copyright (C) 2002 CSIRO Australia
6  *
7  * This program 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 of the License, or
10  * (at your option) any later version.
11  *
12  * This program 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.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20  */
21
22 #ifndef __CHANNELOPS_H__
23 #define __CHANNELOPS_H__
24
25 void
26 dup_stereo_cb (GtkWidget * widget, gpointer data);
27
28 void
29 dup_channels_dialog_new_cb (GtkWidget * widget, gpointer data);
30
31 void
32 mono_mixdown_cb (GtkWidget * widget, gpointer data);
33
34 void
35 remove_left_cb (GtkWidget * widget, gpointer data);
36
37 void
38 remove_right_cb (GtkWidget * widget, gpointer data);
39
40 void
41 stereo_swap_cb (GtkWidget * widget, gpointer data);
42
43 void
44 channels_dialog_new_cb (GtkWidget * widget, gpointer data);
45
46 #endif /* __CHANNELOPS_H__ */
Note: See TracBrowser for help on using the browser.