summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2019-09-05Skip duplicate early session-save for new sessionsRobin Gareus
2019-08-16Further tweaks to .pending file removalRobin Gareus
2019-08-16Fix periodic backup savesRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-08-01(Source List) Clean up the natural_position implementation (libardour part).Ben Loftis
2019-07-18Revert "fix use of session-creation via template, when just template name is ...Paul Davis
2019-07-18fix use of session-creation via template, when just template name is givenPaul Davis
2019-04-12Backport backup folder creationRobin Gareus
2019-03-23Remove chicken/egg d'torRobin Gareus
2019-03-19do not create a (throwaway) playlist during track creationPaul Davis
2019-03-19Fix incorrectly saved un-used playlistsRobin Gareus
2019-03-19Remove global Session::playlists variable, use getter method (1/2)Robin Gareus
2019-03-18NO-OP: Use API to set/test state-of-the-stateRobin Gareus
2019-03-17Prepare to configure procs only once - fix missing pannersRobin Gareus
2019-03-01Revert Monitor-Section to be per sessionRobin Gareus
2019-02-21Remove more cruft (unused rf-scale)Robin Gareus
2019-02-12Session-range behavior (libardour part)Ben Loftis
2019-01-25new approach to handling Transport Masters when engine is restartedPaul Davis
2018-12-11make session/Config now responsible for adding/removing a monitor sectionPaul Davis
2018-12-05Skip silent sources on session-archive -- fixes #7699Robin Gareus
2018-11-29Fix a tiny memory leak, add_instant_xml() copies the nodeRobin Gareus
2018-10-05move away from "sync source" conceptsPaul Davis
2018-10-04Handle generic-midi bindings per session.Robin Gareus
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis
2018-07-30Ignore state-changes during deletionRobin Gareus
2018-07-14auto-backup: libardour part. (from mixbus)Ben Loftis
2018-07-09Remove unused CubicInterpolation from sessionRobin Gareus
2018-06-21remove Session::controllable_by_descriptor() and move code into GenericMIDI c...Paul Davis
2018-05-04add well known controls to list accessible via a MIDI binding map (or OSC?)Paul Davis
2018-05-04internally, ControllableDescriptors (used by MIDI binding maps) should use en...Paul Davis
2018-01-27Fix some small memory leak (libardour)Robin Gareus
2017-11-23Fix another duplicate if from session/system config consolidationRobin Gareus
2017-10-04Fix various edge-cases with session-archivesRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-10-03API change: expose session-archive compression-levelRobin Gareus
2017-10-03Fix session-archive edge-cases, prepare uncompressed archivesRobin Gareus
2017-10-02use new CubicInterpolation APIPaul Davis
2017-09-30Re-initialize MMC devices when the preference is enabledRobin Gareus
2017-09-30Align punch in/out recording with latency-compensationRobin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18changes required to operate with the Evoral::Beats ticktime commitPaul Davis
2017-09-18fix for loading older sessions, where the rest for "is-track" was "has-diskst...Paul Davis
2017-09-18remove Track::hidden(); replace with Stripable::is_private_route()Paul Davis
2017-09-18NO-OP explanatory commentPaul Davis
2017-09-18remove debug outputPaul Davis
2017-09-18correctly create Tracks, not BussesPaul Davis
2017-09-18random changes required to get an audio track created and transport functionalPaul Davis
2017-09-18remove Diskstream from Track and derivatives; get ardour to actually startupPaul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis