summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2020-04-27Don't call into engine for queued latency updatesRobin Gareus
2020-04-27Prevent excessive latency recomputationsRobin Gareus
2020-04-27Remove debug messageRobin Gareus
2020-04-27Skip delayline updates if no change is requiredRobin Gareus
2020-04-27Work around jack2's insane thread semanticsRobin Gareus
2020-04-26Prevent race between adding ports and IO port-lookupRobin Gareus
2020-04-26Remove duplicate i/o latency calculationRobin Gareus
2020-04-26Remove common prefix for latency debuggingRobin Gareus
2020-04-26Fix a deadlock (process_lock vs _update_latency_lock)Robin Gareus
2020-04-26Cont'd work on delayline-config (amend b196cef2)Robin Gareus
2020-04-25Prevent delay-line reconfiguration while processingRobin Gareus
2020-04-20Do not add monitor-sends to foldback bussesRobin Gareus
2020-04-19do not add unnamed sessions to the recent session listPaul Davis
2020-04-18RAII collect processor-change signals6.0-rc1Robin Gareus
2020-04-18Consistent Lua script error and print() output 1/2Robin Gareus
2020-04-12Fix loop range changes while playing - #8001Robin Gareus
2020-04-07Add option to reset x-run count on record-startRobin Gareus
2020-04-07API change: LatencyUpdated(), indicate playback/captureRobin Gareus
2020-04-05Fix crash when adding tracks from a5 route templatesJohannes Mueller
2020-04-03Allow to disable input auto-connect when creating tracksRobin Gareus
2020-04-02Revert "move the point of adding a new MIDI track until *after* the instrumen...Robin Gareus
2020-04-02Re-save templates if they have been loaded from an older version of ArdourJohannes Mueller
2020-04-02Don't issue VersionMismatch when creating a new sessionJohannes Mueller
2020-03-29Set thread-names (libs)Robin Gareus
2020-03-24introduce the idea of an "unnamed" sessionPaul Davis
2020-03-23fix error in multiple calls to SourceFactory::createWritable()Paul Davis
2020-03-23add in timing for disk buffer reload after locate, to replace hard-coded 0.05...Paul Davis
2020-03-17provide mechanism to report on destructive tracks presence in a sessionPaul Davis
2020-03-17remove destructive/tape mode tracksPaul Davis
2020-03-06Fix export alignment (#7916)Robin Gareus
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-26Fix Conditional jump or move depends on uninitialised value(s)Robin Gareus
2020-02-26Fix potential memory corruption at session closeRobin Gareus
2020-02-25Prefer const iteratorsRobin Gareus
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