triggerbox: d+d: follow count should be carried over as part of the arrangement

This commit is contained in:
Ben Loftis 2022-03-21 12:07:43 -05:00
parent 333e19a2cf
commit ea4a6f6215

View file

@ -3142,7 +3142,10 @@ TriggerBox::set_region (uint32_t slot, boost::shared_ptr<Region> region)
t->set_follow_action_probability(all_triggers[slot]->follow_action_probability());
t->set_quantization(all_triggers[slot]->quantization());
//color ?
//we could try to match the prior clip's length by playing with the follow_count and follow_length (?)
t->set_follow_count(all_triggers[slot]->follow_count());
t->set_follow_length(all_triggers[slot]->follow_length());
t->set_use_follow_length(all_triggers[slot]->use_follow_length());
}
/* XXX what happens if pending is already set? */