Functions
free_movements ()
void
free_movements (DenemoProject *gui);
addhistorymenuitem ()
void
addhistorymenuitem (gchar *filename);
highlight_rhythm ()
void
highlight_rhythm (RhythmPattern *r);
unhighlight_rhythm ()
void
unhighlight_rhythm (RhythmPattern *r);
highlight_duration ()
void
highlight_duration (DenemoProject *gui,
gint dur);
highlight_rest ()
void
highlight_rest (DenemoProject *gui,
gint dur);
highlight_audio_record ()
void
highlight_audio_record (void);
loadGraphicItem ()
gboolean
loadGraphicItem (gchar *name,
DenemoGraphic **pgraphic);
activate_action ()
DenemoAction *
activate_action (gchar *path);
execute_script_file ()
GError *
execute_script_file (gchar *filename);
activate_script ()
gboolean
activate_script (DenemoAction *action,
DenemoScriptParam *param);
create_scheme_function_for_script ()
void
create_scheme_function_for_script (gchar *name);
inner_main ()
void *
inner_main (void *data);
create_xbm_data_from_pixbuf ()
gchar *
create_xbm_data_from_pixbuf (GdkPixbuf *pixbuf,
int lox,
int loy,
int hix,
int hiy);
get_icon_for_name ()
gchar *
get_icon_for_name (gchar *name,
gchar *label);
upload_edit_script ()
void
upload_edit_script (gchar *tag,
gchar *script);
execute_init_scripts ()
void
execute_init_scripts (gchar *menupath);
denemo_scheme_init ()
void
denemo_scheme_init (void);
execute_scheme ()
void
execute_scheme (DenemoAction *action,
DenemoScriptParam *param);
modifier_code ()
gchar
modifier_code (gpointer fn);
code_is_a_duration ()
gboolean
code_is_a_duration (gchar code);
call_out_to_guile ()
gint
call_out_to_guile (const char *script);
set_playbutton ()
void
set_playbutton (void);
set_master_volume ()
void
set_master_volume (DenemoMovement *si,
gdouble volume);
toggle_to_drawing_area ()
void
toggle_to_drawing_area (gboolean show);
ToggleReduceToDrawingArea ()
void
ToggleReduceToDrawingArea (DenemoAction *action,
DenemoScriptParam *param);
get_midi_control_command ()
gchar *
get_midi_control_command (guchar type,
guchar value);
get_midi_pitch_bend_command ()
gchar *
get_midi_pitch_bend_command (gint value);
hide_printarea_on_delete ()
gint
hide_printarea_on_delete (void);
set_midi_in_status ()
void
set_midi_in_status (void);
set_meantone_tuning ()
void
set_meantone_tuning (gint step);
update_leadin_widget ()
void
update_leadin_widget (gdouble secs);
update_tempo_widget ()
void
update_tempo_widget (gchar *newvalue);
append_scheme_call ()
void
append_scheme_call (gchar *str);
scheme_set_enharmonic_position ()
SCM
scheme_set_enharmonic_position (SCM position);
define_scheme_variable ()
void
define_scheme_variable (gchar *varname,
gchar *value,
gchar *tooltip);
define_scheme_int_variable ()
void
define_scheme_int_variable (gchar *varname,
gint value,
gchar *tooltip);
define_scheme_double_variable ()
void
define_scheme_double_variable (gchar *varname,
gdouble value,
gchar *tooltip);
define_scheme_bool_variable ()
void
define_scheme_bool_variable (gchar *varname,
gint value,
gchar *tooltip);
scheme_next_note ()
SCM
scheme_next_note (SCM optional);
define_scheme_literal_variable ()
void
define_scheme_literal_variable (const gchar *varname,
const gchar *value,
gchar *tooltip);
eval_file_with_catch ()
gint
eval_file_with_catch (gchar *filename);