Initial backend support for external export encoder
[ardour.git] / libs / ardour / transport_master.cc
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