summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
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
2017-08-20Fix a tiny memory leakRobin Gareus
2017-08-20Remove the template description XMLNode before saving the templateJohannes Mueller
2017-08-20Let the user add a template description on saving session templatesJohannes Mueller
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-17Catch some exceptions during session loading.Robin Gareus
2017-08-17Check major session file format version.Robin Gareus
2017-08-16Separate "add master bus" (and add Lua bindings)Robin Gareus
2017-08-16Clean up BusProfile:Robin Gareus
2017-06-27Distinguish error-messages.Robin Gareus
2017-06-25Allow saving state w/o backendRobin Gareus
2017-06-25Create a deep-copy of MIDI sources when saving snapshotsRobin Gareus
2017-06-22Remove locale_guard.h from ardour/ardour.h headerTim Mayberry
2017-06-22Remove LocaleGuard from Session::load_optionsTim Mayberry
2017-05-13Update Session::writable() during Session::save_as() when switching to copyTim Mayberry
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-05-04fix/amend previous commit.Robin Gareus
2017-05-04Don't save "end-is-free" with templatesRobin Gareus
2017-04-26Use a const iterator for sorted RouteList in Session::stateTim Mayberry
2017-04-26Sort Route xml node order by PBD::ID instead of by PresentationInfoTim Mayberry
2017-04-21Use XMLNode::get_property in Session::restore_historyTim Mayberry
2017-04-20NO-OP: whitespaceRobin Gareus
2017-04-19Use XMLNode::get/set_property API in ARDOUR::Session classTim Mayberry
2017-04-19Use ID::to_s() in libardour instead of ID::print()Tim Mayberry
2017-04-01Add option for record-only metronome.Robin Gareus
2017-03-31Add an API to query if the audible frame is latent pending a locateRobin Gareus
2017-03-12Optimize Session::set_dirty()Robin Gareus
2017-02-22Prepare re-locating missing external files.Robin Gareus
2017-02-22NO-OP; whitespaceRobin Gareus
2017-02-09fix save_as()' inadvertent marking a session as dirty during the process of s...Paul Davis
2017-02-09NO-OP: whitespace removalPaul Davis
2017-02-09when adding a default start/end range to a Location while saving a template, ...Paul Davis
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-21update bbe62da55a - use last-modified-with, strip git-revRobin Gareus
2017-01-20Extract program version that a session was created withRobin Gareus
2017-01-20Plug a memory leak (recent session list, session info)Robin Gareus
2017-01-16Prepare session-wide implicit monitoring overridesRobin Gareus
2017-01-08prototype track/bus sharing: state-exportRobin Gareus
2017-01-05Fixing LV2_SUPPORT #ifdefsDobroslav Slavenskoj
2016-12-30Remove cruft (old MIDI feedback API)Robin Gareus
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m
2016-12-27Normalize audio when archiving to fixed-point format.Robin Gareus