mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
trigger_ui: another FA probability fix
This commit is contained in:
parent
c5b6d7f9d2
commit
81a011b786
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ void
|
|||
TriggerMaster::set_all_follow_action (Trigger::FollowAction fa)
|
||||
{
|
||||
_triggerbox->set_all_follow_action(fa);
|
||||
_triggerbox->set_all_probability(100);
|
||||
_triggerbox->set_all_probability(0);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue