13
0

triggerbox: default probability should be 0 (100% left)

This commit is contained in:
Ben Loftis 2021-12-28 08:14:50 -06:00
parent 4736b8338c
commit c97a28015e

View File

@ -81,7 +81,7 @@ Trigger::Trigger (uint32_t n, TriggerBox& b)
, _use_follow (Properties::use_follow, true)
, _follow_action0 (Properties::follow_action0, Again)
, _follow_action1 (Properties::follow_action1, Stop)
, _follow_action_probability (Properties::follow_action_probability, 100)
, _follow_action_probability (Properties::follow_action_probability, 0)
, _follow_count (Properties::follow_count, 1)
, _quantization (Properties::quantization, Temporal::BBT_Offset (0, 1, 0))
, _legato (Properties::legato, false)