triggerbox: make legato mode be off by default
This commit is contained in:
parent
27572a2bce
commit
c831c26c4d
@ -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…
Reference in New Issue
Block a user