Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h184 #define ENTRY_FEEDBACK_MASK (~(INPUTRHYTHM))
185 INPUTRHYTHM = 1<<7, /*Input rhythms gives feedback*/ enumerator
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dcommandfuncs.c1404 gui->mode = mode & ~INPUTRHYTHM; in insert_note_following_pattern()
1718 if (Denemo.project->mode & (INPUTRHYTHM)) in insertion_point()
1777 if ((mode & INPUTEDIT) && !si->cursor_appending && !(mode & INPUTRHYTHM)) in dnm_insertchord()
1842 …PUTBLANK) || (!rest && (Denemo.project->input_source == INPUTMIDI) && (gui->mode & (INPUTRHYTHM)))) in dnm_insertchord()
1854 if (Denemo.project->input_source == INPUTMIDI && (gui->mode & (INPUTRHYTHM))) in dnm_insertchord()
2275 if (Denemo.project->mode & (INPUTRHYTHM)) in changedots()
H A Dkeyresponses.c1033 …if( !(Denemo.project->mode&INPUTRHYTHM) && (Denemo.project->mode&INPUTEDIT) && (!Denemo.project->m… in Dur()
/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()
3521 if (project->mode & INPUTRHYTHM) in toggle_rhythm_mode()
3522 project->mode &= ~INPUTRHYTHM; in toggle_rhythm_mode()
3525 project->mode |= INPUTRHYTHM; in toggle_rhythm_mode()
3531 if (project->mode & INPUTRHYTHM) in toggle_rhythm_mode()
H A Dprefops.c65 ret->mode = INPUTEDIT | INPUTRHYTHM | INPUTNORMAL; in initprefs()
/dports/audio/denemo/denemo-2.0.6/src/audio/
H A Dmidi.c664 if (gui->mode & INPUTRHYTHM) in midiaction()
H A Dpitchentry.c1050 if (gui->mode & INPUTRHYTHM) in pitchentry()