mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
maybe fix a gcc error/warning
This commit is contained in:
parent
55025cc82a
commit
fe271f04c7
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ Trigger::Trigger (size_t n, TriggerBox& b)
|
|||
, _index (n)
|
||||
, _next_trigger (-1)
|
||||
, _launch_style (Toggle)
|
||||
, _follow_action { { NextTrigger }, { Stop } }
|
||||
, _follow_action { NextTrigger, Stop }
|
||||
, _follow_action_probability (100)
|
||||
, _quantization (Temporal::BBT_Offset (0, 1, 0))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue