summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2020-02-20change transport API, session API, transportFSM API to move reverse managemen...Paul Davis
2020-02-18Replace missing .mid files with silenceRobin Gareus
2020-02-11move the point of adding a new MIDI track until *after* the instrument is addedPaul Davis
2020-02-03Initialize uninitialized variable (Session StateProtector)Robin Gareus
2020-01-30Cont'd work on loading old route templatesRobin Gareus
2020-01-29Reduce overhead of Lua session-scriptsRobin Gareus
2020-01-26Fix the ability to set Session Start&End Range on a new, empty sessionBen Loftis
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2020-01-05remove the (unused) concept of a MIDI patchfile folder per sessionPaul Davis
2019-12-27remove unused memberPaul Davis
2019-12-25Use weak-ptr for source added/removed signals (1/2)Robin Gareus
2019-12-25Prevent copy-construction of sources to be destroyed listRobin Gareus
2019-12-16reinstate missing latency initialization codePaul Davis
2019-12-16expand DEBUG_TRACE outputPaul Davis
2019-12-11Remove hardcoded session-state versionsRobin Gareus
2019-12-10revert to single buffer for disk playback, and 5.x-style overwritePaul Davis
2019-12-08avoid a locate-to-loop-start from cancelling loopingPaul Davis
2019-12-05changes to use overwrite-buffers when loop is disabled or loop range changedPaul Davis
2019-11-23fix startup crash if no loop range is definedPaul Davis
2019-11-23more tweaks to correctly (or more correctly) reload disk reader buffers when ...Paul Davis
2019-11-22redesign of declicking and fades around loop boundariesPaul Davis
2019-11-15improve initial coordinate with JACK transport statePaul Davis
2019-11-02comment updatePaul Davis
2019-11-01fix the way Session::auto_loop_changed() works to put back various things rem...Paul Davis
2019-11-01remove seamless looping as an option (it's now the only kind of looping we su...Paul Davis
2019-10-28improve debug outputPaul Davis
2019-10-28provide a mechanism to decide if Session::update_latency_compensation() is be...Paul Davis
2019-10-28to avoid deadlock in JACK1 scenarios, do not invoke AudioEngine::update_laten...Paul Davis
2019-10-28better commentsPaul Davis
2019-10-28do not hold a lock when calling AudioEngine::update_latencies() from Session:...Paul Davis
2019-10-28add explanatory commentPaul Davis
2019-10-28move reset (deletion) of click_io and ltc_output objects until after we are d...Paul Davis
2019-10-26Fix latency compensation race-conditionRobin Gareus
2019-10-12remove Session::AudioMidiSetupRequired signal (no longer necessary)Paul Davis
2019-10-11remove responsibility for starting AudioEngine from SessionPaul Davis
2019-10-10make BusProfile argument to new Session constructor be const (and in associat...Paul Davis
2019-09-29Emit signal when session latency was updatedRobin Gareus
2019-09-29Add Signal to indicate global delay compensation statusRobin Gareus
2019-09-25goodbye Profile->...trxPaul Davis
2019-09-25goodbye USE_TRACKS_CODE_FEATURES and is_tracks_buildPaul Davis
2019-09-22move all bundle-related session methods into their own filePaul Davis
2019-09-20Add abstract API for latency compensated sendsRobin Gareus
2019-09-19replace boost::msm - based FSM for transport with one written in "plain C++"Paul Davis
2019-09-18Consistent use of abort() /* NOTREACHED */Robin Gareus
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-08-16Fix periodic backup savesRobin Gareus
2019-08-07Add method to graphviz plot the process-graphRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-08-01prefer lowercase and no spaces, since this will appear in the filename.Ben Loftis