summaryrefslogtreecommitdiff
path: root/libs/ardour/transport_master.cc
AgeCommit message (Expand)Author
2020-03-20redesign chasing the transport masterPaul Davis
2020-03-10create transport master in the factory method if the engine is runningPaul Davis
2020-03-10small adjustments to TransportMaster API to better accomodate the "ignore/acc...Paul Davis
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-03-03remove double assignments and one debug trace output; tweak second debug trac...Paul Davis
2019-03-03removed _locked property from TransportMaster (it's a method, not a property)Paul Davis
2019-02-26enhanced debug trace outputPaul Davis
2019-02-04remove commented codePaul Davis
2019-01-25new approach to handling Transport Masters when engine is restartedPaul Davis
2018-10-07remove crazy thinkoPaul Davis
2018-10-05move away from "sync source" conceptsPaul Davis
2018-10-05laying the groundwork for adding/removing transport mastersPaul Davis
2018-10-04add new ::update_interval() method for transport masters, and use in shared :...Paul Davis
2018-09-27consolidate all transport masters on a SafeTime object that is a member of th...Paul Davis
2018-09-23emit property change for "collect" on a TransportMasterPaul Davis
2018-09-21Fix typo: emit signal (don't construct an object)Robin Gareus
2018-09-21Fix --no-nls (4/5), i18n include order in libs/*Robin Gareus
2018-09-20missing enum/properties stuffPaul Davis
2018-09-20switch transport masters to use properties and notify via PropertyChangedPaul Davis
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis