push2: clip stop ala Live

This commit is contained in:
Paul Davis 2022-08-27 08:32:15 -06:00
parent 19db8f9c68
commit b10a99dcad

View File

@ -185,6 +185,9 @@ CueLayout::button_upper (uint32_t n)
void
CueLayout::button_lower (uint32_t n)
{
if (_p2.stop_down()) {
_p2.unbang (n + track_base);
}
}
void