view src/alarm/interface.h @ 1153:b391fddc35b2 trunk

[svn] Fix handling of SPC efb register when echo instruction has been called. Shift right of 14 is too high of a modifier and does not match the response of the FIR filter in the SPC700. Shift right of 16 delivers a more accurate result.
author nenolod
date Tue, 29 May 2007 21:57:06 -0700
parents 8b343e9684b5
children
line wrap: on
line source

/*
 * DO NOT EDIT THIS FILE - it is generated by Glade.
 */

GtkWidget* create_about_dialog (void);
GtkWidget* create_alarm_dialog (void);
GtkWidget* create_playlist_fileselection (void);
GtkWidget* create_warning_dialog (void);
GtkWidget* create_config_dialog (void);
GtkWidget* create_reminder_dialog (gchar *reminder_msg);

/*
 * vi:ai:expandtab:ts=2 sts=2 shiftwidth=2:nowrap:
 */