summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2018-11-26Prevent deadlock when removing routes w/o engineRobin Gareus
2018-11-26Don't allow to add/remove monitor-section w/o engineRobin Gareus
2018-11-12Make foldback bus match foldback sends namewiseLen Ovens
2018-11-07get_stripables and get_routelist are now presentationinfo awareLen Ovens
2018-10-30Add ListenBus to stripable typesLen Ovens
2018-10-25Fix race-condition/deadlock, plugin-copy while rollingRobin Gareus
2018-10-12PT import: Minor changes to sessionDamien Zammit
2018-10-08some rather simple code to allow MIDI Clock to set the tempo of the session.Paul Davis
2018-10-05Properly disable looping when deleting loop-rangeRobin Gareus
2018-10-05NO-OP: whitespaceRobin Gareus
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis
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