summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2016-05-07make boost shared_ptr debugging a little easier to turn on/offPaul Davis
2016-05-07a few strategic LocaleGuards..Robin Gareus
2016-05-07Revert "Add a global state localeguard (and one for route templates)"Robin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-07Add a global state localeguard (and one for route templates)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-24plug some memory leaks in libardourRobin Gareus
2016-04-18add notification if Engine Rate changes and mismatches session's SRRobin Gareus
2016-04-18never ever change sample-rate saved with the session after creation.Robin Gareus
2016-04-12add a new counter (for sidechain numbering)Robin Gareus
2016-04-10expose Undo Commands to LuaRobin Gareus
2016-04-08improve elapsed time readability for large numbers.Robin Gareus
2016-04-08Profile Session::save_stateRobin Gareus
2016-02-23Implement Lua session-scriptsRobin Gareus
2016-02-22add syntax and scaffolding for MIDI binding maps to refer to selected tracks/...Paul Davis
2016-02-02when looking up controllables via descriptors (e.g. generic MIDI control) use...Paul Davis
2016-01-19Revert "mackie: still respond to route groups visibility changes"Paul Davis
2016-01-19mackie: still respond to route groups visibility changesPaul Davis
2016-01-18working version of new gain control designPaul Davis
2015-12-19cont'd work on plugin-state templates - #6709Robin Gareus
2015-12-07change API for accessing session MIDI ports so that (1) boost::shared_ptr<> i...Paul Davis
2015-11-20add API to read snapshot name from instant.xmlRobin Gareus
2015-11-20remember in-use snapshot/session name in instant.xmlRobin Gareus
2015-10-22Decouple Session from MidiPatchManager and reduce parsing of midnam xml filesTim Mayberry
2015-10-21Add overwrite option to save_template. (default = false)André Nusser
2015-10-16extend session-save dirty-flag logicRobin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-04attempt to stop transport, finish butler work, and close all files as part of...Paul Davis
2015-10-04NOOP: delete trailing whitespacePaul Davis
2015-10-04Change a few instances of 'stat()' to use 'g_stat()' (for UTF8 compatibility ...John Emmas
2015-09-23fix iterator after map::erase().Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-15prepare peak-file cleanup/recreate.Robin Gareus
2015-09-15Remove ifstream / ofstream when accessing session template files (or creating...John Emmas
2015-09-12remove cruftRobin Gareus
2015-09-10rework peakfile handling:Robin Gareus
2015-09-03Fixes case where audiofiles used wrong peakfilesMathias Buhr
2015-08-19Add undo history related debug output for debugging Undo/Redo issuesTim Mayberry
2015-07-02alternative fix for the same problem that 9e2048decf7c567 was addressingPaul Davis
2015-07-02Don’t use invalid iterator during cleanup. fixes #6403Robin Gareus
2015-06-29push seek-after-state-loaded into butler thread, to avoid multiple threads do...Paul Davis
2015-06-29no-op: fix whitespace/indentationPaul Davis
2015-06-29Fixed use case when session is being replaced with new session with the same ...GZharun
2015-06-29some more information output to log during save-as, for debuggingPaul Davis
2015-06-29add more directory names to set managed via various APIs (automation, analysi...Paul Davis
2015-06-29rename Session::add_session_range_location() to ::set_session_range_location()Paul Davis
2015-06-29follow various events related to playhead priority (loop changes, parameter c...Paul Davis
2015-06-29fix accidentally deleted return valuePaul Davis