Home
last modified time | relevance | path

Searched refs:insert_chord_3key (Results 1 – 7 of 7) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dkeyresponses.h54 void insert_chord_3key (GtkAction* action, DenemoScriptParam *param);
H A Dkeyresponses.c630 insert_chord_3key (GtkAction* action, DenemoScriptParam *param) in insert_chord_3key() function
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dimportmidi.c341 insert_chord_3key (NULL, NULL); in insert_note_into_score()
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h34 register_command("EighthNote", _("EighthNote"), _("Insert ��"), insert_chord_3key);
H A Dentries.h35 {"EighthNote", NULL, N_("EighthNote"), "",N_("Insert ��"),G_CALLBACK (insert_chord_3key)},
H A Dscheme_cb.h101 return scheme_call_callback(optional, insert_chord_3key); in scheme_EighthNote()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c1659 …? '1' : fn == (gpointer) insert_chord_2key ? '2' : fn == (gpointer) insert_chord_3key ? '3' : fn =… in duration_code()
1884 fn = insert_chord_3key; in create_rhythm_and_pattern()
2126 if (insert_fn == (gpointer) insert_chord_3key) in create_singleton_rhythm()
5061 create_singleton_rhythm ((gpointer) insert_chord_3key); in newtab()