From b10a99dcadec4f9d4c3ed4ca78e35d39dc9ee46f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 27 Aug 2022 08:32:15 -0600 Subject: [PATCH] push2: clip stop ala Live --- libs/surfaces/push2/cues.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/surfaces/push2/cues.cc b/libs/surfaces/push2/cues.cc index 1c3889435b..9b1f786a15 100644 --- a/libs/surfaces/push2/cues.cc +++ b/libs/surfaces/push2/cues.cc @@ -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