summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_channel.h
AgeCommit message (Expand)Author
2020-03-06Remove region-output export (GUI)Robin Gareus
2020-03-06Fix export alignment (#7916)Robin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-04-13NO-OP: <tab> after <space> fixes in libsRobin Gareus
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
2013-10-17add export visibility macros across libardourPaul Davis
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-01-28Store Region export state in instant.xml (fixes #3935)Sakari Bergen
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-19Trim the include tree.David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-11Typedef all globally used export smart pointer types in one file.Sakari Bergen
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
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-03Remove all use of nframes_t.Carl Hetherington
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
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-07-21Fix some unused parameter warnings.Carl Hetherington
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-29Fix some compiling warnings and errors in OS XSakari Bergen
2008-10-11* Some Export GUI tweaksSakari Bergen
2008-10-11Region export dialog: Make export channel and -selector polymorphic, add the ...Sakari Bergen