control protocols: fix design of trigger unbang method
This commit is contained in:
@@ -165,7 +165,8 @@ class LIBCONTROLCP_API BasicUI {
|
||||
bool loop_button_onoff() const;
|
||||
|
||||
void bang (int x, int y);
|
||||
void unbang (int x, int y);
|
||||
/* stop whatever is playing in the nth triggerbox */
|
||||
void unbang (int x);
|
||||
/* it would be nice to use TriggerPtr here but that implies including ardour/triggerbox.h */
|
||||
boost::shared_ptr<ARDOUR::Trigger> find_trigger (int x, int y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user