Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h21 void settimesig32 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c152 settimesig32 (GtkAction* action, DenemoScriptParam *param) in settimesig32() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h115 register_command("Set32Time", _("Set 3/2 Time"), _("No Tooltip yet"), settimesig32);
H A Dentries.h116 {"Set32Time", NULL, N_("Set 3/2 Time"), "",N_("No Tooltip yet"),G_CALLBACK (settimesig32)},
H A Dscheme_cb.h344 return scheme_call_callback(optional, settimesig32); in scheme_Set32Time()