summaryrefslogtreecommitdiff
path: root/libs/ardour/transport_fsm.cc
AgeCommit message (Expand)Author
2019-09-22various changes to transportFSM, mostly to try to keep track of whether to ro...Paul Davis
2019-09-20better initial valuePaul Davis
2019-09-20remove debug outputPaul Davis
2019-09-20fix crash when doing rapid (ongoing-locate-interrupting) locatesPaul Davis
2019-09-20move TransportFSM::enqueue() into .cc filePaul Davis
2019-09-20at transport stop, reset FSM's idea of the last locate target (also removes c...Paul Davis
2019-09-20const-ify TransportFSMPaul Davis
2019-09-20rename TransportFSM::FSMEvent to TransportFSM::Event (c/o the Department of R...Paul Davis
2019-09-20use boost::intrusive to manage FSM events (this is all RT code)Paul Davis
2019-09-20expand commentPaul Davis
2019-09-19replace boost::msm - based FSM for transport with one written in "plain C++"Paul Davis
2019-09-17add finite state machine to control/manage transport statePaul Davis