Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dmeasure.c702 otn = offsettonumber (thetone->mid_c_offset); in showwhichaccidentals()
721 otn = offsettonumber (thetone->mid_c_offset); in showwhichaccidentals()
/dports/audio/denemo/denemo-2.0.6/src/audio/
H A Dmidi.c529 enote->mid_c_offset = offsettonumber (thenote->mid_c_offset); in get_current()
561 enote->mid_c_offset = offsettonumber (thenote->mid_c_offset); in get_previous()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dutils.h93 gint offsettonumber (gint n);
H A Dutils.c965 offsettonumber (gint n) in offsettonumber() function
1014 gint otn = offsettonumber (mid_c_offset); in mid_c_offsettoname()
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddrawnotes.c101 gint pitch = offsettonumber (thenote->mid_c_offset); in draw_notehead()
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmousing.c153 gui->movement->staffletter_y = offsettonumber (gui->movement->cursor_y); in set_cursor_y_from_click()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c2517 …Denemo.project->movement->staffletter_y = offsettonumber (Denemo.project->movement->staffletter_y … in scheme_shift_cursor()
3422 gui->movement->staffletter_y = offsettonumber (gui->movement->cursor_y); in scheme_cursor_to_note()
6022 …modify_note (thechord, thenote->mid_c_offset + shift, curObj->keysig->accs[offsettonumber (thenote… in scheme_diatonic_shift()
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportlilypond.c3038 gui->movement->staffletter_y = offsettonumber (gui->movement->cursor_y); in goto_lilypond_position()