Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h12 void newtimesig34 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c48 newtimesig34 (GtkAction* action, DenemoScriptParam *param) in newtimesig34() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h107 register_command("Insert34Time", _("Insert 3/4 Time"), _("No Tooltip yet"), newtimesig34);
H A Dentries.h108 {"Insert34Time", NULL, N_("Insert 3/4 Time"), "",N_("No Tooltip yet"),G_CALLBACK (newtimesig34)},
H A Dscheme_cb.h320 return scheme_call_callback(optional, newtimesig34); in scheme_Insert34Time()