13
0

triggerbox: make legato mode be off by default

This commit is contained in:
Paul Davis 2021-10-14 13:11:08 -06:00
parent 27572a2bce
commit c831c26c4d

View File

@ -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)