summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/chan_count.h
AgeCommit message (Expand)Author
2011-07-22use std::vector::assign() in BufferSet::attach_buffers() rather than an expli...Paul Davis
2011-04-06Fix my name :)David Robillard
2010-02-23Factor out massive code duplication in route creation stuff.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-07Returns (i.e. sidechains).David Robillard
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-06-29Reduce overhead of multi-type-ness (last Summer's SoC):David Robillard
2007-06-20Made plugin input/output counts multi-typed (towards MIDI plugins, instrument...David Robillard
2007-06-04Show selected MIDI track in editor mixer.David Robillard
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2006-08-12Towards MIDI:David Robillard
2006-08-11- Replaced integer port counts (and input/output maximum/minimum) with ChanCo...David Robillard
2006-08-11- Changed IO's vector<Port*>'s to PortListDavid Robillard