mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 05:06:31 +01:00
triggerbox: publish the loop_cnt for the gui
This commit is contained in:
parent
71f7f7a09b
commit
ab03e09a79
1 changed files with 1 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ class LIBARDOUR_API Trigger : public PBD::Stateful {
|
||||||
virtual void jump_stop ();
|
virtual void jump_stop ();
|
||||||
virtual void begin_stop ();
|
virtual void begin_stop ();
|
||||||
|
|
||||||
|
uint32_t loop_count() const { return _loop_cnt; }
|
||||||
uint32_t follow_count() const { return _follow_count; }
|
uint32_t follow_count() const { return _follow_count; }
|
||||||
void set_follow_count (uint32_t n);
|
void set_follow_count (uint32_t n);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue