Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h30 void settimesig64 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c224 settimesig64 (GtkAction* action, DenemoScriptParam *param) in settimesig64() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h120 register_command("Set64Time", _("Set 6/4 Time"), _("No Tooltip yet"), settimesig64);
H A Dentries.h121 {"Set64Time", NULL, N_("Set 6/4 Time"), "",N_("No Tooltip yet"),G_CALLBACK (settimesig64)},
H A Dscheme_cb.h359 return scheme_call_callback(optional, settimesig64); in scheme_Set64Time()