annotate src/xs_genui.c @ 354:dc6cb365ace4

Always use dynamic audio buffer
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Nov 2005 02:25:03 +0000
parents a0fe42c5b6f4
children b1a858b8cb1a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 #ifdef HAVE_CONFIG_H
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 # include <config.h>
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 #endif
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 #include <gtk/gtk.h>
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 #include "xs_genui.h"
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 #include "xs_interface.h"
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 #include "xs_glade.h"
334
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
10
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
11 void
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
12 xs_cfg_samplerate_menu_clicked (GtkButton *button,
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
13 gpointer user_data)
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
14 {
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
15
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
16 }
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
17
339
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
18
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
19 void
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
20 xs_cfg_filter_sync_clicked (GtkButton *button,
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
21 gpointer user_data)
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
22 {
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
23
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
24 }
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
25
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
26
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
27 void
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
28 xs_cfg_filter2_sync_clicked (GtkButton *button,
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
29 gpointer user_data)
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
30 {
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
31
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
32 }
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
33
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
34