mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
trigger_ui: tweak menu actions for multi-jump
This commit is contained in:
parent
bfc3f6fa4f
commit
6ca8326c6a
5 changed files with 42 additions and 20 deletions
|
|
@ -48,7 +48,7 @@ public:
|
|||
virtual void on_trigger_set () {}
|
||||
virtual void on_trigger_changed (PBD::PropertyChange const& ) = 0;
|
||||
|
||||
static std::string follow_action_to_string (ARDOUR::FollowAction const &);
|
||||
static std::string follow_action_to_string (ARDOUR::FollowAction const &, bool with_targets=false);
|
||||
static std::string quantize_length_to_string (Temporal::BBT_Offset const &);
|
||||
static std::string launch_style_to_string (ARDOUR::Trigger::LaunchStyle);
|
||||
static std::string stretch_mode_to_string (ARDOUR::Trigger::StretchMode);
|
||||
|
|
@ -77,7 +77,7 @@ public:
|
|||
void context_menu ();
|
||||
|
||||
void edit_jump_done (int r, TriggerJumpDialog* d);
|
||||
void edit_jump();
|
||||
void edit_jump(bool right_fa);
|
||||
|
||||
void set_follow_action (ARDOUR::FollowAction const &);
|
||||
void set_launch_style (ARDOUR::Trigger::LaunchStyle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue