Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dkeyresponses.c993 Denemo.project->mode = INPUTINSERT|INPUTREST; in InsertRest()
1003 Denemo.project->mode = INPUTINSERT|INPUTNORMAL; in InsertDur()
1030 if(Denemo.project->mode&INPUTINSERT) in Dur()
1071 Denemo.project->mode = INPUTINSERT|INPUTNORMAL; in Insert()
1081 Denemo.project->mode = INPUTINSERT|INPUTNORMAL; in AddNote()
H A Dcommandfuncs.c1400 if ((gui->mode & (INPUTEDIT | INPUTINSERT)) && gui->rstep) in insert_note_following_pattern()
1470 if ((gui->mode & (INPUTEDIT | INPUTINSERT)) && gui->rstep) in get_prevailing_duration()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h175 #define MODE_MASK (~(INPUTCLASSIC|INPUTEDIT|INPUTINSERT))
178 INPUTINSERT = 1<<2, /* insert mode */ enumerator
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dimportmidi.c327 gui->mode = INPUTINSERT | INPUTNORMAL; in insert_note_into_score()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c1109 MODE = INPUTINSERT | INPUTNORMAL; in singleton_callback()
3461 static gint mode = INPUTINSERT; in toggle_edit_mode()
3466 case INPUTINSERT: in toggle_edit_mode()