Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dtimesig.h14 void newtimesig128 (GtkAction* action, DenemoScriptParam *param);
H A Dtimesig.c102 newtimesig128 (GtkAction* action, DenemoScriptParam *param) in newtimesig128() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h112 register_command("Insert128Time", _("Insert 12/8 Time"), _("No Tooltip yet"), newtimesig128);
H A Dentries.h113 {"Insert128Time", NULL, N_("Insert 12/8 Time"), "",N_("No Tooltip yet"),G_CALLBACK (newtimesig128)},
H A Dscheme_cb.h335 return scheme_call_callback(optional, newtimesig128); in scheme_Insert128Time()