Home
last modified time | relevance | path

Searched refs:settimesig98 (Results 1 – 5 of 5) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h29 void settimesig98 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c216 settimesig98 (GtkAction* action, DenemoScriptParam *param) in settimesig98() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h124 register_command("Set98Time", _("Set 9/8 Time"), _("No Tooltip yet"), settimesig98);
H A Dentries.h125 {"Set98Time", NULL, N_("Set 9/8 Time"), "",N_("No Tooltip yet"),G_CALLBACK (settimesig98)},
H A Dscheme_cb.h371 return scheme_call_callback(optional, settimesig98); in scheme_Set98Time()