mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
triggerbox: d+d: follow count should be carried over as part of the arrangement
This commit is contained in:
parent
333e19a2cf
commit
ea4a6f6215
1 changed files with 4 additions and 1 deletions
|
|
@ -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? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue