summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
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
2016-12-08Speed up recent session display (for many large sessions)Robin Gareus
2016-12-05Add Lua bindings to manage GroupsRobin Gareus
2016-10-30extend Mixbus' "Safe Mode"Robin Gareus
2016-10-20infrastructure for save/restore of MIDI port user-provided informationPaul Davis
2016-10-19infrastructure for MIDI-input-follows-selectionPaul Davis
2016-10-13Allow opening sessions with files embedded from removable drivesRobin Gareus
2016-10-04Detect free space on NetBSDKamil Rytarowski
2016-09-30don't include session-search paths with templatesRobin Gareus
2016-09-28output more stuff to the error channel if/when a session fails to load/be cre...Paul Davis
2016-09-23add an option to exclude unused Audio Sources when archiving the sessionRobin Gareus
2016-09-23fix a typo.Robin Gareus
2016-09-23Remove _midi_regions_use_bbt_beats from Session, _start_pulse and _length_pul...nick_m
2016-09-21report archive encoding progressRobin Gareus
2016-09-21Add option to flac encode audio when archivingRobin Gareus
2016-09-20initial support for archiving sessionsRobin Gareus
2016-09-15Send/show error message if g_stat fails in Session::cleanup_sourcesTim Mayberry
2016-09-15Use g_strerror() instead of ::strerror() in Session::cleanup_sourcesTim Mayberry
2016-09-15Use g_rename() instead of ::rename() in Session::cleanup_sourcesTim Mayberry
2016-09-14Check a return value from 'g_stat()'John Emmas
2016-09-07Fix incorrect estimate of future revision.nick_m
2016-09-07Load midi region length and start correctly in sessions modified by v5.0 -> 5...nick_m
2016-08-17do not allow undo/redo while actively recordingPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12once the user has explicitly set the session range end, playlist/range change...Paul Davis
2016-06-28changes in logic used by source cleanup to avoid endless recursion in session...Paul Davis
2016-06-26Enable build for FreeBSD (part 1/2)Robin Gareus
2016-06-10noop: comment fix.Paul Davis
2016-06-06remove incorrect allocation of a second VCAManager in a session.Paul Davis
2016-06-01save version string with session for informational purposesRobin Gareus
2016-05-31fix SNAFU in which Stripable::rec_enable_control() was incorrectly defined as...Paul Davis
2016-05-31improve/extend Session::controllable_by_descriptor()Paul Davis
2016-05-31remove debug outputPaul Davis