summaryrefslogtreecommitdiff
path: root/libs/ardour/export_channel.cc
AgeCommit message (Expand)Author
2017-09-29Properly aligned export (Stem + Session)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-19Allow listening to channels being exported (w/ realtime export)Robin Gareus
2017-04-19Use XMLNode::get/set_property API in ARDOUR::ExportChannel classTim Mayberry
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-06-04re-work bounce/freeze. Freezer stops at first active delivery.Robin Gareus
2014-05-26fix region export with fades and gain.Robin Gareus
2014-02-04merge (w/fix) with masterPaul Davis
2014-02-03fix stem-export buffer-size checkRobin Gareus
2013-12-12fix merge conflicts from masterPaul Davis
2013-12-10use std::fill_n to fill gain buffer with samplesNils Philippsen
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-01-16Make stem export export from right before any processors.Sakari Bergen
2011-01-10Make export channels own their buffers + some other small code tidy-ups. Prep...Sakari Bergen
2010-12-20Clean up region.h and trim include tree.David Robillard
2010-12-11Add a null check to ports when loading an export channel from xml + fix inden...Sakari Bergen
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-04-12alignment/capture/positioning changes ported from 2.XPaul Davis
2010-01-15Fix assertion failure on region bounce.Carl Hetherington
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-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-10-11* Some Export GUI tweaksSakari Bergen
2008-10-11Region export dialog: Make export channel and -selector polymorphic, add the ...Sakari Bergen