mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
add comment/doxygen doc
This commit is contained in:
parent
27ea99ff95
commit
2aec1919ae
1 changed files with 3 additions and 0 deletions
|
|
@ -1802,6 +1802,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