summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
AgeCommit message (Expand)Author
2020-05-17Fix repeated toggling of loop modeMark Knoop
2020-05-13update DiskReader loop delick objects when loop changesPaul Davis
2020-05-13reinstate Session::loop_changing to avoid problems when locating to start of ...Paul Davis
2020-05-12essentially a no-op to just make conditional clearer more explicitPaul Davis
2020-05-12find a different way to NOT unset play loop when locating to start of loopPaul Davis
2020-05-12remove Session::loop_changingPaul Davis
2020-05-12remove #ifdef'ed codePaul Davis
2020-05-12restore mistakenly remove condition for locatingPaul Davis
2020-05-12remove debug/information messagePaul Davis
2020-05-12As in previous commit, never locate because of loop handlingPaul Davis
2020-05-12We use seamless looping always now. Never any need to locate for loop changesPaul Davis
2020-05-12make conditional logic fully explicitPaul Davis
2020-05-07Remove unused variableRobin Gareus
2020-04-24fix thinko in Session::should_ignore_transport_request() and drop out of exte...Paul Davis
2020-04-24make Session::should_ignore_transport_request() non-constPaul Davis
2020-04-23Clean up Audition realtime_overwriteRobin Gareus
2020-04-23Fix MIDI auditioningRobin Gareus
2020-04-23Don't add the Auditioner to the route-listRobin Gareus
2020-04-22Fix MIDI audition and audition seekingRobin Gareus
2020-04-18RAII collect processor-change signals6.0-rc1Robin Gareus
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