summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2018-08-02Add method to conveniently retrieve a sorted routelistRobin Gareus
2018-07-09Remove unused AutoLoopDeclick, PendingLoopDeclickRobin Gareus
2018-07-09Remove global declick APIRobin Gareus
2018-06-28when creating a route from a template, use correct call to setup XML state so...Paul Davis
2018-03-19Lua: Lock bindings into memory for rt-scriptsRobin Gareus
2017-11-29Tweak Lua GCRobin Gareus
2017-11-04Optimize Delaylines: block-process (not one sample at a time)Robin Gareus
2017-10-30Parallel execution of cycle-start/endRobin Gareus
2017-10-29Move vari-speed into backend (resample ports)Robin Gareus
2017-09-30Align punch in/out recording with latency-compensationRobin Gareus
2017-09-29amend ccedb2d44Robin Gareus
2017-09-29Remove unused punch+preroll APIRobin Gareus
2017-09-29Aux-Send Latency compensation, part 2 & code-consolidationRobin Gareus
2017-09-29Properly aligned export (Stem + Session)Robin Gareus
2017-09-29Ongoing work on latency compensationRobin Gareus
2017-09-29No more disk-reader roll-delayRobin Gareus
2017-09-23Fix order of [initial] latency-computationRobin Gareus
2017-09-23NO-OP: whitespaceRobin Gareus
2017-09-21Fix crash when unloading a partially loaded session.Robin Gareus
2017-09-19Various updates and fixes for Latency CompensationRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18reinstate "restart seek" behaviour but use a new Session::_seek_counter membe...Paul Davis
2017-09-18delete slave during Session::destroyPaul Davis
2017-09-18remove Track::hidden(); replace with Stripable::is_private_route()Paul Davis
2017-09-18when DiskReader checks to see if a locate is in progress, it must be atomic w...Paul Davis
2017-09-18remove InputConfigurationChange from session events, since it is a no-op in t...Paul Davis
2017-09-18update disk writer input latency at transport stopPaul Davis
2017-09-18force auditioner to emit GoingAway at the right time, so that its disk reader...Paul Davis
2017-09-18nothing to do anymore at the Track level when input config changesPaul Davis
2017-09-18random changes required to get an audio track created and transport functionalPaul Davis
2017-09-18remove Session::track_by_diskstream_id()Paul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis
2017-09-07Fix bumping .mid file name (snapshots & playlist copy)Robin Gareus
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-17Catch some exceptions during session loading.Robin Gareus
2017-08-16The Auditioner is not in the Session's RouteListRobin Gareus
2017-08-16Separate "add master bus" (and add Lua bindings)Robin Gareus
2017-08-10Save sample-rate for sessions created from templatesRobin Gareus
2017-08-10Centralize Lua sandboxingRobin Gareus
2017-08-03improve 1a288ddd, destroy IO after disconnecting from signals.Robin Gareus
2017-08-01Fix some more crashes at session-closeRobin Gareus
2017-07-31Some session cleanup fixes (delete slave, take lock for lua)Robin Gareus
2017-07-28Delete CoreSelection at session closeRobin Gareus
2017-07-20Allow adding tracks w/o running backendRobin Gareus
2017-06-27Distinguish error-messages.Robin Gareus
2017-06-25Extend API to allow calling new_midi_source_path() with source_lock heldRobin Gareus
2017-06-22Remove LocaleGuard from Session::immediately_post_engine methodTim Mayberry
2017-06-17Add Lua bindings to query all stripablesRobin Gareus
2017-06-17Fix stripable order for new strips & master-orderRobin Gareus
2017-06-17Add method to ensure Stripable sort constrains (for UI use)Robin Gareus