13
0

triggerbox: reset default _follow_Length to zero

This commit is contained in:
Paul Davis 2022-01-12 14:17:33 -07:00
parent 2ed4af0c7a
commit a9d2a1c3f8

View File

@ -87,7 +87,7 @@ Trigger::Trigger (uint32_t n, TriggerBox& b)
, _follow_action_probability (Properties::follow_action_probability, 0)
, _follow_count (Properties::follow_count, 1)
, _quantization (Properties::quantization, Temporal::BBT_Offset (1, 0, 0))
, _follow_length (Properties::quantization, Temporal::BBT_Offset (0, 2, 0))
, _follow_length (Properties::quantization, Temporal::BBT_Offset (0, 0, 0))
, _legato (Properties::legato, false)
, _name (Properties::name, "")
, _gain (Properties::gain, 1.0)