Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h6 void newtimesig22 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c111 newtimesig22 (GtkAction* action, DenemoScriptParam *param) in newtimesig22() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h103 register_command("Insert22Time", _("Insert 2/2 Time"), _("No Tooltip yet"), newtimesig22);
H A Dentries.h104 {"Insert22Time", NULL, N_("Insert 2/2 Time"), "",N_("No Tooltip yet"),G_CALLBACK (newtimesig22)},
H A Dscheme_cb.h308 return scheme_call_callback(optional, newtimesig22); in scheme_Insert22Time()