summaryrefslogtreecommitdiff
path: root/libs/ardour/session_export.cc
AgeCommit message (Expand)Author
2020-04-10somewhat change the condition used to identify when butler transport is done ...Paul Davis
2020-04-10fix typo/thinko in code that checks for result of waiting for butler transpor...Paul Davis
2020-04-10Hotfix more export woes, prevent possible endless loopRobin Gareus
2020-04-09Cont'd work on fixing export rangesRobin Gareus
2020-04-09Prevent FX from producing sound after exportRobin Gareus
2020-04-09Safeguard against libaudiographer exceptionsRobin Gareus
2020-04-09Fix export-alignment with JACK -- #7916Robin Gareus
2020-04-08Fix exporting multiple range (MacOS)Robin Gareus
2020-03-06Fix export alignment (#7916)Robin Gareus
2020-03-06Fix realtime export of multiple time-spansRobin Gareus
2020-02-20change transport API, session API, transportFSM API to move reverse managemen...Paul Davis
2020-02-19remove "destination_sample" from API for Session::set_transport_speed()Paul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2019-12-27fix JACK transport syncPaul Davis
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2018-11-28Consolidate ambiguous engine API callsRobin Gareus
2017-09-29Properly aligned export (Stem + Session)Robin Gareus
2017-09-29No more disk-reader roll-delayRobin Gareus
2017-09-26Export needs to offset buffers when processing partial cycleRobin 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
2016-10-25Desperate hack to align master-bus on export.Robin Gareus
2016-10-17fast region export -- don't call process()Robin Gareus
2016-07-16Refactor TmpFile into an abstract base classRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14refactoring to prepare for real-time exportRobin Gareus
2016-07-10towards export latency compensationRobin Gareus
2016-02-29configurable export prerollRobin Gareus
2016-02-29pre-process (silence) before export to flush reverb tails etc.Robin Gareus
2016-02-09Fix crash when aborting export.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-25most of libardour now actually compilesPaul Davis
2013-02-04Fix problem with multiple timespan export. Most probably originated in r13305.Sakari Bergen
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-10-17patch from robin to fix where the transport start occurs when exporting (#4098)Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-08No-op; some comments, remove some unused stuff, minor tidying up.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-02-06attempt to stop sending MMC/MTC while exporting or freewheeling for any reasonPaul Davis
2012-01-18restore ability to create TOC and CUE files during export. this is an option ...Paul Davis
2011-10-26Wait for the butler to be quiescent before startingCarl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-06-28Tweak transmission of MMC on locate. Should fix #3121.Carl Hetherington
2010-05-02Fix crash on export.Carl Hetherington