Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h9 void newtimesig44 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c30 newtimesig44 (GtkAction* action, DenemoScriptParam *param) in newtimesig44() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h106 register_command("Insert44Time", _("Insert 4/4 Time"), _("No Tooltip yet"), newtimesig44);
H A Dentries.h107 {"Insert44Time", NULL, N_("Insert 4/4 Time"), "",N_("No Tooltip yet"),G_CALLBACK (newtimesig44)},
H A Dscheme_cb.h317 return scheme_call_callback(optional, newtimesig44); in scheme_Insert44Time()