Home
last modified time | relevance | path

Searched refs:INPUTEDIT (Results 1 – 6 of 6) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dkeyresponses.c485 if (Denemo.project->mode & (INPUTEDIT)) in octave_shift_key()
819 if ((Denemo.project->mode & (INPUTEDIT) && Denemo.project->rstep)) in deletepreviousobject()
974 if (Denemo.project->mode & INPUTEDIT) in change_pitch()
1015 Denemo.project->mode = INPUTEDIT|INPUTNORMAL; in ChangeDur()
1033 …if( !(Denemo.project->mode&INPUTRHYTHM) && (Denemo.project->mode&INPUTEDIT) && (!Denemo.project->m… in Dur()
1052 Denemo.project->mode = INPUTEDIT|INPUTNORMAL; in ChangeTo()
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()
1512 …if ((gui->mode & INPUTEDIT) && ((!gui->movement->cursor_appending) || prev_object_is_rhythm (gui))) in shiftcursor()
1574 …if ((gui->mode & INPUTEDIT) && ((!gui->movement->cursor_appending) || prev_object_is_rhythm (gui))) in edit_pitch()
1777 if ((mode & INPUTEDIT) && !si->cursor_appending && !(mode & INPUTRHYTHM)) in dnm_insertchord()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h175 #define MODE_MASK (~(INPUTCLASSIC|INPUTEDIT|INPUTINSERT))
177 INPUTEDIT = 1<<1, /* edit mode */ enumerator
/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()
1106 if ((MODE & (INPUTEDIT | INPUTRHYTHM))) in singleton_callback()
1596 if ((Denemo.project->mode & INPUTEDIT)) in insert_and_select_snippet()
1604 if ((Denemo.project->mode & INPUTEDIT)) in insert_snippet()
3309 if ((project->mode & (INPUTEDIT)) == 0) in delete_rhythm_cb()
3462 if (project->mode & INPUTEDIT) in toggle_edit_mode()
H A Dprefops.c65 ret->mode = INPUTEDIT | INPUTRHYTHM | INPUTNORMAL; in initprefs()
/dports/audio/denemo/denemo-2.0.6/src/audio/
H A Dmidi.c600 if ((gui->mode & INPUTEDIT) || (Denemo.keyboard_state & CHECKING_MASK)) in midiaction()