mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
add comment/doxygen doc
This commit is contained in:
parent
60597e750d
commit
15fa465013
1 changed files with 3 additions and 0 deletions
|
|
@ -1833,6 +1833,9 @@ ARDOUR_UI::transport_stop ()
|
|||
_session->request_stop (false, true);
|
||||
}
|
||||
|
||||
/** Check if any tracks are record enabled. If none are, record enable all of them.
|
||||
* @return true if track record-enabled status was changed, false otherwise.
|
||||
*/
|
||||
bool
|
||||
ARDOUR_UI::trx_record_enable_all_tracks ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue