summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
AgeCommit message (Expand)Author
2020-04-10Revert "Another attempt at fixing multi-range export"Robin Gareus
2020-04-09Another attempt at fixing multi-range exportRobin Gareus
2020-04-09Cont'd work on fixing export rangesRobin Gareus
2020-04-02Emit Locate() in ::locate() even if we are not synced_to_engine()Johannes Mueller
2020-04-02Restart Transport FSM after x-run halt #7951Robin Gareus
2020-03-24remove unused variablePaul Davis
2020-03-23add disk i/o apparent speed output to non-RT locate callPaul Davis
2020-03-23add in timing for disk buffer reload after locate, to replace hard-coded 0.05...Paul Davis
2020-03-13add new API to TransportMasterManager to manage use of DiskReader::{inc,dec}_...Paul Davis
2020-03-10small adjustments to TransportMaster API to better accomodate the "ignore/acc...Paul Davis
2020-03-10do not reset default transport speed when stopping to prepare for a locatePaul Davis
2020-03-09Session::have_looped must only be true when we locate because we reached the ...Paul Davis
2020-03-08Fix count-in and loop-as-mode metronome clicksRobin Gareus
2020-03-06Fix export alignment (#7916)Robin Gareus
2020-03-05continue with code simplification and add comment given 4a40ff9e53Paul Davis
2020-03-05transport stop resets default_transport_speedPaul Davis
2020-02-27Add signals to indicate Punch/Loop constraintsRobin Gareus
2020-02-27Prevent concurrent loop and punch recording (backend)Robin Gareus
2020-02-26Consolidate loop en/disable callsRobin Gareus
2020-02-24Zero x-run count after session-load and engine restartRobin Gareus
2020-02-21avoid double-locate call when locating-while-stoppedPaul Davis
2020-02-20change transport API, session API, transportFSM API to move reverse managemen...Paul Davis
2020-02-19remove "destination_sample" from API for Session::set_transport_speed()Paul Davis
2020-01-28fix previous commit, and another instance of the same (incorrect constructor)...Paul Davis
2020-01-28fix assert-crash caused by not constructing a StopTransport event correctlyPaul Davis
2020-01-27Fix sending MMC Start/Stop messagesRobin Gareus
2020-01-26Fix Loop-length (no pre-roll on loop-iterations)Robin Gareus
2020-01-25remove debug outputPaul Davis
2020-01-23add more debug outputPaul Davis
2020-01-23use Session::locate_initiated(), appropriatelyPaul Davis
2020-01-23add Session::locate_initiated()Paul Davis
2020-01-23after the butler has finished work, by definition there is nothing left to doPaul Davis
2020-01-23variable not used without debug modePaul Davis
2020-01-21do not clear any PostTransportWork flags in butler threadPaul Davis
2020-01-20fix API and use of Session::force_locate()Paul Davis
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2019-12-29add EMIT_SIGNAL commentPaul Davis
2019-12-29add Session::transport_stopped_or_stopping()Paul Davis
2019-12-27fix JACK transport syncPaul Davis
2019-12-27add new Session method to return the worst_latency_preroll() value rounded up...Paul Davis
2019-12-11use process lock to lock out process() during playback buffer resizingPaul Davis
2019-12-10revert to single buffer for disk playback, and 5.x-style overwritePaul Davis
2019-12-07fix behavior when pressing l to loop (not in loop-is-mode) and the required s...Paul Davis
2019-12-06Clear TransportAbort flag after stopRobin Gareus
2019-12-05changes to use overwrite-buffers when loop is disabled or loop range changedPaul Davis
2019-11-23fix incorrect removal of autoloop event when loop bounds are changed while lo...Paul Davis
2019-11-22redesign of declicking and fades around loop boundariesPaul Davis
2019-11-18Latency compensation is independent of transport-logicRobin Gareus
2019-11-15NO-OP: move bracePaul Davis