Home
last modified time | relevance | path

Searched refs:cursor_to_nth_note_height (Results 1 – 4 of 4) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dcommandfuncs.h81 gboolean cursor_to_nth_note_height(gint n);
H A Dobject.c187 cursor_to_nth_note_height (0); in move_to_next_note()
H A Dcommandfuncs.c1137 gboolean cursor_to_nth_note_height(gint n) { in cursor_to_nth_note_height() function
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c3401 return SCM_BOOL (cursor_to_nth_note_height (scm_to_int(number) - 1)); in scheme_cursor_to_nth_note_height()