Mercurial > audlegacy-plugins
view src/sid/xs_genui.c @ 194:5e8cf0611af3 trunk
[svn] - faster line calculation algorithm (only calculates 256 or 128 points of the waveform)
- update rush preset (DON'T use lines here.)
author | nenolod |
---|---|
date | Fri, 03 Nov 2006 03:10:26 -0800 |
parents | 3da1b8942b8b |
children | 6c3c7b841382 |
line wrap: on
line source
#ifdef HAVE_CONFIG_H # include <config.h> #endif #include <gtk/gtk.h> #include "xs_genui.h" #include "xs_interface.h" #include "xs_glade.h" void xs_cfg_samplerate_menu_clicked(GtkButton * button, gpointer user_data) { (void) button; (void) user_data; } void xs_cfg_filter_sync_clicked(GtkButton * button, gpointer user_data) { (void) button; (void) user_data; } void xs_cfg_filter2_sync_clicked(GtkButton * button, gpointer user_data) { (void) button; (void) user_data; }