mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
control protocols: add trigger bang method to BasicUI
This commit is contained in:
parent
092fdb5b46
commit
26c48aae1b
2 changed files with 25 additions and 0 deletions
|
|
@ -163,6 +163,8 @@ class LIBCONTROLCP_API BasicUI {
|
|||
bool rewind_button_onoff() const;
|
||||
bool loop_button_onoff() const;
|
||||
|
||||
void bang (int x, int y);
|
||||
|
||||
protected:
|
||||
BasicUI ();
|
||||
ARDOUR::Session* session;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue