summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2016-04-18never ever change sample-rate saved with the session after creation.Robin Gareus
2016-04-13yet more documentation..Robin Gareus
2016-04-12add a new counter (for sidechain numbering)Robin Gareus
2016-04-12NO-OP; document some more parameters.Robin Gareus
2016-04-10expose Undo Commands to LuaRobin Gareus
2016-03-31Add a few class documentations to override inherited doc.Robin Gareus
2016-03-26add "no-inplace" buffers.Robin Gareus
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2016-03-16Midi Busses? why yes!Robin Gareus
2016-02-29pre-process (silence) before export to flush reverb tails etc.Robin 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-20add processor lookup by PBD::ID via sessionRobin Gareus
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-19Add all_tracks_rec actionsBen Loftis
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-16Change last commit to use it's own variable rather than borrowing solo'sLen Ovens
2016-01-08Expose overall monitor-processor stateRobin Gareus
2015-12-19cont'd work on plugin-state templates - #6709Robin Gareus
2015-12-13API consistencyRobin Gareus
2015-12-13Fix ff->stop->play not at speed 1.0 on Mackie Control and some key bindings.Len Ovens
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-11-20remove cruftRobin Gareus
2015-11-13substantial part of infrastructure required for track/bus duplicationPaul Davis
2015-10-21Add overwrite option to save_template. (default = false)André Nusser
2015-10-07fix exclusive solo group-overrideRobin Gareus
2015-10-07implement solo group overrideRobin Gareus
2015-10-06add a "reset all solo state" safeguard Robin Gareus
2015-10-06remove newly unused codeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-05fix various stuck-solo cases:Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-28change semantics of 4th argument to Session::locate to mean "this locate is c...Paul Davis
2015-09-15prepare peak-file cleanup/recreate.Robin Gareus
2015-09-10use FileSource::within_session() for peak-filesRobin Gareus
2015-09-10rework peakfile handling:Robin Gareus
2015-09-05provide details about session-creation failure.Robin Gareus
2015-09-03Fixes case where audiofiles used wrong peakfilesMathias Buhr
2015-09-03Use const reference and renames variableMathias Buhr
2015-09-01Prepare option to disable Plugins completelyRobin Gareus
2015-08-19Add undo history related debug output for debugging Undo/Redo issuesTim Mayberry
2015-07-27add Session::routes_solo_changed(), a plural method which makes changing many...Paul Davis
2015-06-29(re)implement Yevgeny's LTC branch changes in the context of ardour-merge-fro...Paul Davis
2015-06-29new Session::default_track_name_pattern (DataType) method, based on an idea i...Paul Davis
2015-06-29add Session::reconnection_in_progress(), used by TracksPaul Davis
2015-06-29merge in Tracks-derived session-end-is-N-seconds beyond last region end, but ...Paul Davis
2015-06-29rename Session::add_session_range_location() to ::set_session_range_location()Paul Davis