mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
disambiguate trigger functions: stop_all_triggers -> trigger_stop_all
This commit is contained in:
parent
75ae0fd4b1
commit
1e283adb22
8 changed files with 10 additions and 10 deletions
|
|
@ -463,9 +463,9 @@ BasicUI::transport_rolling () const
|
|||
}
|
||||
|
||||
void
|
||||
BasicUI::stop_all_triggers (bool stop_all)
|
||||
BasicUI::trigger_stop_all (bool stop_all)
|
||||
{
|
||||
session->stop_all_triggers (stop_all);
|
||||
session->trigger_stop_all (stop_all);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue