mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
osc: add functions to trigger cue rows, and stop all triggers
This commit is contained in:
parent
9af2c31d6b
commit
be28c9ff88
4 changed files with 22 additions and 0 deletions
|
|
@ -462,6 +462,18 @@ BasicUI::transport_rolling () const
|
|||
return !session->transport_stopped_or_stopping ();
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::stop_all_triggers (bool stop_all)
|
||||
{
|
||||
session->stop_all_triggers (stop_all);
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::cue_bang (int cue_idx)
|
||||
{
|
||||
session->cue_bang (cue_idx);
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::undo ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue