triggerbox: reset default _follow_Length to zero
This commit is contained in:
parent
2ed4af0c7a
commit
a9d2a1c3f8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user