summaryrefslogtreecommitdiff
path: root/libs/ardour/transport_master_manager.cc
AgeCommit message (Expand)Author
2020-03-22fix slaving to JACK transport (again!)Paul Davis
2020-03-20redesign chasing the transport masterPaul Davis
2020-03-13remove debug outputPaul Davis
2020-03-13add/alter DEBUG_TRACE outputPaul Davis
2020-03-13add comment and additional reset when reinitializing transport master engine DLLPaul Davis
2020-03-13add new API to TransportMasterManager to manage use of DiskReader::{inc,dec}_...Paul Davis
2020-02-25Consolidate shared-ptr debuggingRobin Gareus
2020-02-25Disable Transport Master boost debugRobin Gareus
2019-11-15remove debug outputPaul Davis
2019-11-15better transport master behavior when working with sample-clock-synced transp...Paul Davis
2019-11-15fix up the creation & state restore of the TransportMasterManagerPaul Davis
2019-09-18Consistent use of abort() /* NOTREACHED */Robin Gareus
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-02-04add new DEBUG_TRACE output for transport mastersPaul Davis
2019-01-25new approach to handling Transport Masters when engine is restartedPaul Davis
2018-11-02rename TransportMasterManager::init() to ::set_default_configuration() to mak...Paul Davis
2018-11-02fix crash during first-run configuration of the application, caused by using ...Paul Davis
2018-10-07fix duplicate name check for new transport masterPaul Davis
2018-10-07fix return value and avoid unnecessary extra conditionalPaul Davis
2018-10-05make remove work for transport masters (bug fix, really)Paul Davis
2018-10-05move away from "sync source" conceptsPaul Davis
2018-10-05laying the groundwork for adding/removing transport mastersPaul Davis
2018-09-27consolidate all transport masters on a SafeTime object that is a member of th...Paul Davis
2018-09-21Fix --no-nls (4/5), i18n include order in libs/*Robin Gareus
2018-09-18do not initialize boost::shared_ptr<> with zeroPaul Davis
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis