summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
AgeCommit message (Expand)Author
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-21Separate audio and MIDI disk buffer size (and track read ahead) parameters.David Robillard
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-01-19Merge with 2.0-ongoing R2943.David Robillard
2008-01-19Merge with trunk R2935.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-26Use normal Processor run_in_place interface on Meter.David Robillard
2007-11-12merged with trunk revs 2605-2627Paul Davis
2007-10-31new port design, probably about 90% done (i.e it mostly works and this commit...Paul Davis
2007-10-19Various work on bundles. We now have a Bundle Manager dialogue, and hopefull...Carl Hetherington
2007-10-17new internal port type, round I, plus tiny fix for legalize_for_xml() (also f...Paul Davis
2007-10-16virtualize Port object; clean up automation tracks from track deletionPaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-10-10Make sure we notice when an IO's port count is reduced as well as when it's i...Carl Hetherington
2007-10-09Few cleanups related to signed-ness of minimum/maximum port counts.Carl Hetherington
2007-10-08Various work on Bundles, especially dynamic ones so that you can, for example...Carl Hetherington
2007-07-04Changed Processor interface to support out-of-place processors, for Panner.David Robillard
2007-07-03s/ParamID/Parameter/David Robillard
2007-06-30Another not-quite-there-but-better commit.David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Big ol' automation refactor.David Robillard
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-04MIDI metering.David Robillard
2007-06-04Show selected MIDI track in editor mixer.David Robillard
2007-06-01merge denormal handling work from 2.0-ongoingPaul Davis
2007-05-18Rename ARDOUR::Connection to ARDOUR::Bundle, a few minor cleanups along the way.Carl Hetherington
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2007-05-10merge changes for 2.0.1/2.0.2, plus some fixes to issues made apparent by con...Paul Davis
2007-05-10Gain performance improvements (don't waste time applying gain when not necess...David Robillard
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2007-03-18Merged with trunk R1612.David Robillard
2007-01-28Merged with trunk R1393.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-09-19Merged with trunk R920.David Robillard
2006-09-01Fixes for IO port adding/removingDavid Robillard
2006-08-31Adding sends/port inserts to MIDI tracks (not actually working yet though)David Robillard
2006-08-31- Fixed port adding/removing/connecting and related bugs with route signal pathDavid Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-16Progress on the disk side of things:David Robillard
2006-08-13More signal path cleanup, IO now has one deliver_output function that should ...David Robillard
2006-08-12Towards MIDI:David Robillard