Home
last modified time | relevance | path

Searched refs:INPUTMIDI (Results 1 – 8 of 8) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/audio/
H A Dmidi.c393 gui->last_source = INPUTMIDI; in action_note_into_score()
407 gui->last_source = INPUTMIDI; in add_or_delete_note_to_chord()
H A Dpitchentry.c1039 if (gui->input_source == INPUTMIDI) in pitchentry()
1047 if (gui->input_source == INPUTMIDI || !Denemo.prefs.overlays) in pitchentry()
1741 if (gui->input_source == INPUTMIDI) in setup_pitch_input()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c308 DEF_SCHEME_CONST ("DENEMO_INPUTMIDI", INPUTMIDI); in define_scheme_constants()
1067 if (project->input_source == INPUTMIDI) in close_gui_with_check()
3408 if (project->input_source == INPUTMIDI) in change_input_type()
3419 if (project->input_source == INPUTMIDI) in change_input_type()
3434 case INPUTMIDI: in change_input_type()
3439 project->input_source = INPUTMIDI; in change_input_type()
4010 …o/Midi\nUse View → MIDI In Control to control what the input does.\n"), INPUTMIDI /*G_CALLBACK (ja…
4340 …p, input_menu_entries, G_N_ELEMENTS (input_menu_entries), have_midi ()? INPUTMIDI : INPUTKEYBOARD … in create_window()
5107 project->input_source = INPUTMIDI; in newtab()
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c1789 …oject->input_source != INPUTKEYBOARD && Denemo.project->input_source != INPUTMIDI && (Denemo.prefs… in draw_callback()
1797 …if (Denemo.project->input_source == INPUTMIDI && (Denemo.keyboard_state == GDK_LOCK_MASK || Denemo… in draw_callback()
1799 …else if (Denemo.project->input_source == INPUTMIDI && Denemo.keyboard_state == GDK_CONTROL_MASK) … in draw_callback()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h668 INPUTMIDI enumerator
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dprefdialog.c306 Denemo.project->input_source = INPUTMIDI; in set_preferences()
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dcommandfuncs.c1842 … (gui->mode & INPUTBLANK) || (!rest && (Denemo.project->input_source == INPUTMIDI) && (gui->mode &… in dnm_insertchord()
1854 if (Denemo.project->input_source == INPUTMIDI && (gui->mode & (INPUTRHYTHM))) in dnm_insertchord()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c4993 Denemo.project->last_source = INPUTMIDI; in scheme_get_midi()
5000 Denemo.project->last_source = INPUTMIDI; in scheme_get_midi()