mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
triggerbox: remove "use follow action" as an explicit property of a trigger (GUI edition, partial)
This commit is contained in:
parent
f339c0b5f9
commit
203017e2d5
3 changed files with 3 additions and 9 deletions
|
|
@ -692,7 +692,6 @@ TriggerUI::set_follow_action (Trigger::FollowAction fa)
|
|||
|
||||
trigger()->set_follow_action (fa, 0);
|
||||
trigger()->set_follow_action_probability (0);
|
||||
trigger()->set_use_follow (true);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -851,7 +850,6 @@ TriggerUI::set_trigger (ARDOUR::TriggerReference tr)
|
|||
|
||||
pc.add (Properties::name);
|
||||
pc.add (Properties::color);
|
||||
pc.add (Properties::use_follow);
|
||||
pc.add (Properties::legato);
|
||||
pc.add (Properties::quantization);
|
||||
pc.add (Properties::launch_style);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue