add finite state machine to control/manage transport state
[ardour.git] / libs / ardour / transport_master.cc
2019-09-18 Paul Davisadd finite state machine to control/manage transport...
2019-08-03 Robin GareusUpdate libardour GPL boilerplate and (C) from git log
2019-03-03 Paul Davisremove double assignments and one debug trace output...
2019-03-03 Paul Davisremoved _locked property from TransportMaster (it's...
2019-02-26 Paul Davisenhanced debug trace output
2019-02-04 Paul Davisremove commented code
2019-01-25 Paul Davisnew approach to handling Transport Masters when engine...
2018-10-07 Paul Davisremove crazy thinko
2018-10-05 Paul Davismove away from "sync source" concepts
2018-10-05 Paul Davislaying the groundwork for adding/removing transport...
2018-10-04 Paul Davisadd new ::update_interval() method for transport master...
2018-09-27 Paul Davisconsolidate all transport masters on a SafeTime object...
2018-09-23 Paul Davisemit property change for "collect" on a TransportMaster
2018-09-21 Robin GareusFix typo: emit signal (don't construct an object)
2018-09-21 Robin GareusFix --no-nls (4/5), i18n include order in libs/*
2018-09-20 Paul Davismissing enum/properties stuff
2018-09-20 Paul Davisswitch transport masters to use properties and notify...
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition