summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/transport_master_manager.h
AgeCommit message (Collapse)Author
2020-03-13add new API to TransportMasterManager to manage use of ↵Paul Davis
DiskReader::{inc,dec}_no_disk_output()
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-01-25new approach to handling Transport Masters when engine is restartedPaul Davis
Trust that ::reset() works for all transport masters, and call it when engine is stopped. This way the transport masters are ready to be called again as soon as the engine restarts.
2018-11-02rename TransportMasterManager::init() to ::set_default_configuration() to ↵Paul Davis
make its purpose more clear
2018-11-02fix crash during first-run configuration of the application, caused by using ↵Paul Davis
an incomplete TransportMasterManager
2018-10-05laying the groundwork for adding/removing transport mastersPaul Davis
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis