Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dkeyresponses.c1003 Denemo.project->mode = INPUTINSERT|INPUTNORMAL; in InsertDur()
1015 Denemo.project->mode = INPUTEDIT|INPUTNORMAL; in ChangeDur()
1052 Denemo.project->mode = INPUTEDIT|INPUTNORMAL; in ChangeTo()
1063 Denemo.project->mode = INPUTCLASSIC|INPUTNORMAL; in MoveTo()
1071 Denemo.project->mode = INPUTINSERT|INPUTNORMAL; in Insert()
1081 Denemo.project->mode = INPUTINSERT|INPUTNORMAL; in AddNote()
1091 Denemo.project->mode = INPUTCLASSIC|INPUTNORMAL; in Add()
H A Dcommandfuncs.c1831 if ((mode & INPUTNORMAL) && (rest != TRUE)) in dnm_insertchord()
1912 dnm_insertchord (Denemo.project, midinote->duration, INPUTNORMAL, FALSE); in insert_marked_midi_note()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h179 #define ENTRY_TYPE_MASK (~(INPUTNORMAL|INPUTREST|INPUTBLANK))
180 INPUTNORMAL = 1<<3, /* entry type notes */ 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.c635 …Denemo.prefs.mode = INPUTEDIT | INPUTRHYTHM | INPUTNORMAL; //FIXME must correspond with default i… in inner_main()
1109 MODE = INPUTINSERT | INPUTNORMAL; in singleton_callback()
3491 static gint mode = INPUTNORMAL; in toggle_rest_mode()
3496 case INPUTNORMAL: in toggle_rest_mode()
3530 static gint mode = INPUTNORMAL; in toggle_rhythm_mode()
3535 case INPUTNORMAL: in toggle_rhythm_mode()
H A Dprefops.c65 ret->mode = INPUTEDIT | INPUTRHYTHM | INPUTNORMAL; in initprefs()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c5185 …dnm_insertchord (Denemo.project, duration, INPUTNORMAL | INPUTBLANK, FALSE);//pass #f for nonprint… in scheme_put_note()
5187 dnm_insertchord (Denemo.project, duration, INPUTNORMAL, FALSE); in scheme_put_note()