mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
push2: clip stop ala Live
This commit is contained in:
parent
19db8f9c68
commit
b10a99dcad
1 changed files with 3 additions and 0 deletions
|
|
@ -185,6 +185,9 @@ CueLayout::button_upper (uint32_t n)
|
||||||
void
|
void
|
||||||
CueLayout::button_lower (uint32_t n)
|
CueLayout::button_lower (uint32_t n)
|
||||||
{
|
{
|
||||||
|
if (_p2.stop_down()) {
|
||||||
|
_p2.unbang (n + track_base);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue