summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2015-04-25prepare trim automationRobin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-04-21merge monitor_section branchBen Loftis
2015-04-01add header to deal with destruction issues for tempo mapPaul Davis
2015-04-01delete tempo map at appropriate timesPaul Davis
2015-03-24Resolve only active notes when muted/non-soloed.David Robillard
2015-03-16Add route dialog order hint changes.nick_m
2015-03-08keep port bundles in sync with engineRobin Gareus
2015-03-08consolidate BundleAdded/Remove signalRobin Gareus
2015-03-08nicely named session bundlesRobin Gareus
2015-02-20fix logic of Session::audio_source_name_is_unique()Paul Davis
2015-02-18fix initialization order (sigh)Paul Davis
2015-02-18Revert "[Summary] Eliminated redundant marker update notification which lead ...Paul Davis
2015-02-18Revert "fix indentation from previous commit and previous edits"Paul Davis
2015-02-17[Summary] Blocked redundant skip marker (during skip ranges consolidation) up...GZharun
2015-02-17mark session dirty when loop location is changedPaul Davis
2015-02-17fix indentation from previous commit and previous editsPaul Davis
2015-02-17[Summary] Eliminated redundant marker update notification which lead to creat...GZharun
2015-02-13correctly set track loop status when locating away from loop range (and later...Paul Davis
2015-02-05fix bad fix for cherry-pick conflictPaul Davis
2015-02-05modify behaviour of session when updating skips to use new SessionEvent APIPaul Davis
2015-01-17Fix MIDI bounce/consolidate note resolution.David Robillard
2015-01-08Fix offset events when consolidating MIDI range.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-17MIDI bounce.David Robillard
2014-12-09add set-session-extents-from-edit-rangeBen Loftis
2014-11-14Fix crash when copying MIDI regions with midi-copy-is-fork is on (#6002).David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-10-22fix delivery of MMC events under split process cycle conditionsPaul Davis
2014-10-15allow zero-latency sessionsRobin Gareus
2014-10-12tweak implementation of Session::audible_frame() to be a little more defensib...Paul Davis
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-09-17add new Skip event to SessionEventsPaul Davis
2014-09-16add new type of location, with _flags & IsSkip being non-zeroPaul Davis
2014-09-16initial attempt to push certain kinds of Locations into LocateRoll events on ...Paul Davis
2014-09-15tentative fix for losing (empty) MIDI files. Incomplete because testing shows...Paul Davis
2014-09-11fix crash at session close/exit if a midi-control-surface is usedRobin Gareus
2014-09-11fix a bunch of memory leaksRobin Gareus
2014-09-10delete route-groups before flushing routes.Robin Gareus
2014-08-01Enforce mixer strip widths, more case fixes, and minor theme changesBen Loftis
2014-07-10do not call basename_nosuffix() before using matching_unsuffixed_filename_exi...Paul Davis
2014-07-09do not return auditioner as part of Session::get_tracks()Paul Davis
2014-07-09add Session::get_tracks()Paul Davis
2014-07-09don't save state when removing sources during session loading (though this sh...Paul Davis
2014-07-08when merging external source files into session folder, if a collision occurs...Paul Davis
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-02unique filenames across all searched foldersRobin Gareus
2014-07-01merge with master.Paul Davis
2014-06-30clean up after monitoring-section on session closeRobin Gareus