radically rethink export/bounce/freeze code design. probably not 100% done by freeze...
[ardour.git] / libs / ardour / export_channel.cc
2012-03-15 Paul Davisradically rethink export/bounce/freeze code design...
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-23 Carl HetheringtonRe-fix compile failure with --no-nls (#3111).
2011-01-16 Sakari BergenMake stem export export from right before any processors.
2011-01-10 Sakari BergenMake export channels own their buffers + some other...
2010-12-20 David RobillardClean up region.h and trim include tree.
2010-12-11 Sakari BergenAdd a null check to ports when loading an export channe...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-04-12 Paul Davisalignment/capture/positioning changes ported from 2.X
2010-01-15 Carl HetheringtonFix assertion failure on region bounce.
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-10-11 Sakari Bergen* Some Export GUI tweaks
2008-10-11 Sakari BergenRegion export dialog: Make export channel and -selector...