Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h28 void settimesig38 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c208 settimesig38 (GtkAction* action, DenemoScriptParam *param) in settimesig38() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h121 register_command("Set38Time", _("Set 3/8 Time"), _("No Tooltip yet"), settimesig38);
H A Dentries.h122 {"Set38Time", NULL, N_("Set 3/8 Time"), "",N_("No Tooltip yet"),G_CALLBACK (settimesig38)},
H A Dscheme_cb.h362 return scheme_call_callback(optional, settimesig38); in scheme_Set38Time()