trigger_ui: stretch_mode selector (gtk part)

This commit is contained in:
Ben Loftis 2022-01-11 16:27:44 -06:00
parent ac97b30e55
commit f0843e3cd9
4 changed files with 59 additions and 11 deletions

View file

@ -29,6 +29,7 @@
#include "ardour/triggerbox.h"
#include "widgets/ardour_button.h"
#include "widgets/ardour_dropdown.h"
#include "audio_clock.h"
#include "trigger_ui.h"
@ -57,6 +58,7 @@ protected:
virtual void on_trigger_changed (const PBD::PropertyChange& what_changed);
void toggle_stretch ();
void set_stretch_mode (ARDOUR::Trigger::StretchMode sm);
void start_clock_changed();
void length_clock_changed();
@ -82,7 +84,7 @@ private:
ArdourWidgets::ArdourButton _stretch_toggle;
ArdourWidgets::ArdourButton _stretch_selector;
ArdourWidgets::ArdourDropdown _stretch_selector;
};