mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
triggerboxUI: GUI elements to load slots from selected regions
This commit is contained in:
parent
7339aa7c0d
commit
65f85dfdfe
2 changed files with 25 additions and 1 deletions
|
|
@ -104,6 +104,7 @@ class TriggerBoxUI : public ArdourCanvas::Table
|
|||
void set_follow_action (uint64_t slot, ARDOUR::Trigger::FollowAction);
|
||||
void set_launch_style (uint64_t slot, ARDOUR::Trigger::LaunchStyle);
|
||||
void set_quantization (uint64_t slot, Temporal::BBT_Offset const &);
|
||||
void set_from_selection (uint64_t slot);
|
||||
|
||||
void build ();
|
||||
void rapid_update ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue