summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
AgeCommit message (Expand)Author
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-20Whitespace.David Robillard
2009-10-19Tidy.David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-08-02Set up IO bundles properly so that mixer strip IO button text is set correctly.Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-20Clean up handling of add/remove/rename channels in the port matrix. Hence ma...Carl Hetherington
2009-07-01reinstate solo button for master out ; make solo button show state even if in...Paul Davis
2009-06-25startup assistant patch from tinman; cleanup fix backported from 2.X ; easy(i...Paul Davis
2009-06-23fix management of port connection state - THIS INVALIDATES PRE-EXISTING SESSI...Paul Davis
2009-06-10nick m's fix for markers etc ; several tweaks for mute/solo ; rename run_in_p...Paul Davis
2009-06-10fix mute & solo behaviour mostly ; remove some verbose debugging outputPaul Davis
2009-06-09<port> => <Port>David Robillard
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-1775% (?) of the way towards making mixer strips control bus sends. lots more t...Paul Davis
2009-05-16fix a problem with re-ordering in PostFader placement; remove lots of debuggi...Paul Davis
2009-05-16a gadzillion changes all over the place. nothing is finished, but all is bett...Paul Davis
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
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