summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2019-04-07Prepare midi-export for midi-to-audio bouncing.Robin Gareus
2019-04-07NO-OP/Optimize Bounce: Lookup data-type only onceRobin Gareus
2019-03-28Fix route-templates with external sendsRobin Gareus
2019-03-23Clean out session-global controllablesRobin Gareus
2019-03-20working but still confusing fix for ensuring that playlist shared-with data i...Paul Davis
2019-03-20fix Session::new_route_from_template() to use playlist IDs and not names. Thi...Paul Davis
2019-03-19Remove global Session::playlists variable, use getter method (1/2)Robin Gareus
2019-03-18NO-OP: Use API to set/test state-of-the-stateRobin Gareus
2019-03-17Speed up session deletionRobin Gareus
2019-03-17NO-OP: prefer to use API to check session-stateRobin Gareus
2019-03-06Fix typoRobin Gareus
2019-03-06Tweak session loadRobin Gareus
2019-03-01Revert Monitor-Section to be per sessionRobin Gareus
2019-02-21Remove more cruft (unused rf-scale)Robin Gareus
2019-02-12Session-range behavior (libardour part)Ben Loftis
2018-11-28Consolidate ambiguous engine API callsRobin Gareus
2018-11-26Fix stuck connection block when template load fails.Robin Gareus
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