Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h20 void settimesig42 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c144 settimesig42 (GtkAction* action, DenemoScriptParam *param) in settimesig42() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h116 register_command("Set42Time", _("Set 4/2 Time"), _("No Tooltip yet"), settimesig42);
H A Dentries.h117 {"Set42Time", NULL, N_("Set 4/2 Time"), "",N_("No Tooltip yet"),G_CALLBACK (settimesig42)},
H A Dscheme_cb.h347 return scheme_call_callback(optional, settimesig42); in scheme_Set42Time()