summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2020-05-19There is no need to save after region cleanupRobin Gareus
2020-05-19Don't save the session when creating bussesRobin Gareus
2020-05-19NO-OP: replace `save_state("")` with `save_state()`Robin Gareus
2020-05-07Change LTC Generator from IO to PortRobin Gareus
2020-04-18Consistent Lua script error and print() output 1/2Robin Gareus
2020-04-17Fix two more typosRobin Gareus
2020-04-02Don't issue VersionMismatch when creating a new sessionJohannes Mueller
2020-03-25if user chooses not to delete a scratch session, removed the file that identi...Paul Davis
2020-03-24when saving an unnamed session, rename itPaul Davis
2020-03-24a better approach to the name of the "unnamed" indicator file; remove file af...Paul Davis
2020-03-24introduce the idea of an "unnamed" sessionPaul Davis
2020-03-21NO-OP: remove unused #includesRobin Gareus
2020-03-17remove destructive/tape mode tracksPaul Davis
2020-03-15Fix cleanup report #7891Robin Gareus
2020-03-15Add/use default argument for track creationRobin Gareus
2020-03-15Fix loading playlists of old sessionsRobin Gareus
2020-02-28Ensure that regions have sources when savingRobin Gareus
2020-02-27Prevent concurrent loop and punch recording (backend)Robin Gareus
2020-02-25Fix cleanup, lock source-list, emit SourceRemovedRobin Gareus
2020-02-25Remove history file when it's emptyRobin Gareus
2020-02-25Prefer const iteratorsRobin Gareus
2020-02-24Zero x-run count after session-load and engine restartRobin Gareus
2020-02-24Consolidate startup `state = Clean;` callsRobin Gareus
2020-02-14Fix potential deadlock (session-template with latent procs)Robin Gareus
2020-01-30Fix assert() when removing track(s)Robin Gareus
2020-01-30Fix recursive locks during undo/redo due to state saveRobin Gareus
2020-01-30Allow StateProtector to save pending filesRobin Gareus
2020-01-30Add some sanity checks for Session::save parametersRobin Gareus
2020-01-20fix API and use of Session::force_locate()Paul Davis
2020-01-11Fix AFL positionRobin Gareus
2020-01-05move MidiPatchManager initialization into ARDOUR "global" scope, rather than ...Paul Davis
2019-12-23basics of threaded MIDNAM loadingPaul Davis
2019-12-17Cont'd work on Playlists import from old 2.x sessionsRobin Gareus
2019-12-17Convert Disksteam & Playlists from old 2.x sessionsRobin Gareus
2019-12-16reinstate missing latency initialization codePaul Davis
2019-12-16Parse v2 session-informationRobin Gareus
2019-11-23remove debug outputPaul Davis
2019-11-23more tweaks to correctly (or more correctly) reload disk reader buffers when ...Paul Davis
2019-11-21Use new boost::optional APIRobin Gareus
2019-11-15improve initial coordinate with JACK transport statePaul Davis
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-10-28fix thinkoPaul Davis
2019-10-28provide a mechanism to decide if Session::update_latency_compensation() is be...Paul Davis
2019-10-26Fix latency compensation race-conditionRobin Gareus
2019-10-10make BusProfile argument to new Session constructor be const (and in associat...Paul Davis
2019-09-25goodbye Profile->...trxPaul Davis
2019-09-18don't bother following playhead priority during session loadingPaul Davis
2019-09-18NO-OP: fix some Wimplicit-fallthroughRobin Gareus
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-09-16Clarify splash-screen boot messagesRobin Gareus