summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
AgeCommit message (Expand)Author
2009-05-07Shut up.David Robillard
2009-05-07Returns (i.e. sidechains).David Robillard
2009-05-07The great audio processing overhaul.David Robillard
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-04-16Fix warning (pointless comparison).David Robillard
2009-03-02track templates, backported from 2.XPaul Davis
2009-03-01Be more tolerant of session files where IOs connect to non-existant bundles.Carl Hetherington
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Session XML style consistency (tag names are capitalized).David Robillard
2009-02-15Shutup.David Robillard
2009-02-14Fix send copying by paste and drag n drop.Carl Hetherington
2009-02-11Offer routes on mixer strip IO menus. Fixes to these menus on MIDI routes.Carl Hetherington
2009-02-11Remove internal ports.Carl Hetherington
2009-02-10Use slightly cleaner Port API in a few places.Carl Hetherington
2009-02-09Fixes to bundle manager to make it vaguely usable.Carl Hetherington
2009-02-02Re-enable creation of stereo bundles for system IO, so that the mixer stripCarl Hetherington
2009-01-30Track import is now working. Also, IO bundle setup/creation is safer.Sakari Bergen
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2009-01-27Make track sends etc. appear in the same bundle as the track. Tidy up bundle...Carl Hetherington
2009-01-25Some refactoring. Add port group headers to the port matrix.Carl Hetherington
2009-01-24Update actual gain when declick has been applied.Carl Hetherington
2009-01-22Fix crash on using sends with no MIDICarl Hetherington
2009-01-21Fix some confusion about relative / non-relative port names. Add some assert...Carl Hetherington
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington
2009-01-20New matrix-based editor for connections and bundles, based on thorwil's design.Carl Hetherington
2009-01-14Make Bundles work a bit better. A few include optimisations.Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-10-08torben's port buffer reworking; torben's panner automation loading patch (all...Paul Davis
2008-10-03Apply panners/automation patch from torbenh (Panner is-a Processor).David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-28fix up botched changes from earlier /* blush */Paul Davis
2008-09-28prepare_input/cycle_start fix up round 2 (torben's location); torben's fix fo...Paul Davis
2008-09-28changes from torben for processor/plugin count determination and other fixes;...Paul Davis
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