Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h25 void settimesig34 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c184 settimesig34 (GtkAction* action, DenemoScriptParam *param) in settimesig34() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h118 register_command("Set34Time", _("Set 3/4 Time"), _("No Tooltip yet"), settimesig34);
H A Dentries.h119 {"Set34Time", NULL, N_("Set 3/4 Time"), "",N_("No Tooltip yet"),G_CALLBACK (settimesig34)},
H A Dscheme_cb.h353 return scheme_call_callback(optional, settimesig34); in scheme_Set34Time()