Home
last modified time | relevance | path

Searched refs:last_added_pitch (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dstep_editor.cc68 last_added_pitch = -1; in start_step_editing()
301 …if ((last_added_pitch >= 0) && (pitch == last_added_pitch) && (last_added_end == step_edit_beat_po… in step_add_note()
313 last_added_pitch = pitch; in step_add_note()
H A Dstep_editor.h96 int8_t last_added_pitch; variable