Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h16 void newtimesig98 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c93 newtimesig98 (GtkAction* action, DenemoScriptParam *param) in newtimesig98() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h113 register_command("Insert98Time", _("Insert 9/8 Time"), _("No Tooltip yet"), newtimesig98);
H A Dentries.h114 {"Insert98Time", NULL, N_("Insert 9/8 Time"), "",N_("No Tooltip yet"),G_CALLBACK (newtimesig98)},
H A Dscheme_cb.h338 return scheme_call_callback(optional, newtimesig98); in scheme_Insert98Time()