13
0

triggerbox: publish the loop_cnt for the gui

This commit is contained in:
Ben Loftis 2021-12-15 07:08:20 -06:00
parent 71f7f7a09b
commit ab03e09a79

View File

@ -208,6 +208,7 @@ class LIBARDOUR_API Trigger : public PBD::Stateful {
virtual void jump_stop ();
virtual void begin_stop ();
uint32_t loop_count() const { return _loop_cnt; }
uint32_t follow_count() const { return _follow_count; }
void set_follow_count (uint32_t n);