mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
triggerbox: make legato mode be off by default
This commit is contained in:
parent
27572a2bce
commit
c831c26c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ Trigger::Trigger (uint64_t n, TriggerBox& b)
|
|||
, _follow_cnt (0)
|
||||
, _follow_count (1)
|
||||
, _quantization (Temporal::BBT_Offset (0, 1, 0))
|
||||
, _legato (Properties::legato, true)
|
||||
, _legato (Properties::legato, false)
|
||||
, _stretch (1.0)
|
||||
, _barcnt (0.)
|
||||
, _ui (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue