summaryrefslogtreecommitdiff
path: root/libs/ardour/session_export.cc
AgeCommit message (Expand)Author
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
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-01-04provide a real and usable MuteControllable for Routes (so that MIDI can use it)Paul Davis
2009-12-27- Fix process callbakc handling during exportSakari Bergen
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-24Move butler methods from Session to Butler.David Robillard
2009-10-23Split butler into separate object (partially, just data so far...)David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-13Remove some extraneous includes. reorder some others (fixes compilation on fe...Nick Mainsbridge
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-11-21* Clean up (fix?) ExportStatus signal handlingSakari Bergen