Save and restore Latent's _user_latency for IOs (fixes #4186).
[ardour.git] / libs / ardour / io.cc
2011-07-14 Carl HetheringtonSave and restore Latent's _user_latency for IOs (fixes...
2011-07-13 Carl HetheringtonAdd a couple of missing attach_buffers() calls after...
2011-07-03 Paul Davisctrl-alt-click now toggles input active status of other...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-03-18 Paul Davisfix (?) capture alignment by making sure we use non...
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-12 Paul Davisproperly use and publish private/public port latency...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-01-10 Carl HetheringtonOptimise BufferSet::attach_buffers code to avoid memory...
2010-12-29 Carl HetheringtonUpdate mixer strip input/output button labels from...
2010-12-11 Carl HetheringtonComment a few things and add missing process lock when...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-27 Paul Davisremove (or attempt to remove) requirement for holding...
2010-11-27 Paul Davismake IO::disconnect (port,port) symmetric with IO:...
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-25 Carl HetheringtonRemove unused code.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-06 Carl HetheringtonFix comment.
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-07-01 Carl HetheringtonAllow port matrix to show both audio and midi ports...
2010-06-30 Carl HetheringtonBasic tweaks to make the bundles and the port matrix...
2010-05-09 Carl HetheringtonRe-throw exception slightly better.
2010-05-08 Paul Davissave global state when quitting BEFORE we stop the...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-04-19 Paul Davisfix solo/listen issues when reloadign a session, caused...
2010-04-03 Paul Davisremove some OS X cruft in io.cc
2010-04-03 Paul Davisfix build process to avoid mismatching size/layout...
2010-03-28 Paul Davislincoln's patch to get loading 2.X sessions to work...
2010-03-21 Paul Davischange session construction so that the the monitor...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2009-12-22 Carl HetheringtonFix assertion failure on creating a new session.
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-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
2009-11-25 Carl HetheringtonSeconds out, the people vs. the port matrix, round 7.
2009-11-16 Paul Davistentative fix for crash on roll
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 David RobillardWhitespace.
2009-10-19 David RobillardTidy.
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-10 Paul Davisfirst part of MIDI cut/copy/paste ; fix for input/outpu...
2009-08-02 Carl HetheringtonSet up IO bundles properly so that mixer strip IO butto...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-20 Carl HetheringtonClean up handling of add/remove/rename channels in...
2009-07-01 Paul Davisreinstate solo button for master out ; make solo button...
2009-06-25 Paul Davisstartup assistant patch from tinman; cleanup fix backpo...
2009-06-23 Paul Davisfix management of port connection state - THIS INVALIDA...
2009-06-10 Paul Davisnick m's fix for markers etc ; several tweaks for mute...
2009-06-10 Paul Davisfix mute & solo behaviour mostly ; remove some verbose...
2009-06-09 David Robillard<port> => <Port>
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-17 Paul Davis75% (?) of the way towards making mixer strips control...
2009-05-16 Paul Davisfix a problem with re-ordering in PostFader placement...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-07 David RobillardShut up.
2009-05-07 David RobillardReturns (i.e. sidechains).
2009-05-07 David RobillardThe great audio processing overhaul.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-16 David RobillardFix warning (pointless comparison).
2009-03-02 Paul Davistrack templates, backported from 2.X
2009-03-01 Carl HetheringtonBe more tolerant of session files where IOs connect...
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-15 David RobillardShutup.
2009-02-14 Carl HetheringtonFix send copying by paste and drag n drop.
2009-02-11 Carl HetheringtonOffer routes on mixer strip IO menus. Fixes to these...
2009-02-11 Carl HetheringtonRemove internal ports.
2009-02-10 Carl HetheringtonUse slightly cleaner Port API in a few places.
2009-02-09 Carl HetheringtonFixes to bundle manager to make it vaguely usable.
2009-02-02 Carl HetheringtonRe-enable creation of stereo bundles for system IO...
2009-01-30 Sakari BergenTrack import is now working. Also, IO bundle setup...
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-27 Carl HetheringtonMake track sends etc. appear in the same bundle as...
2009-01-25 Carl HetheringtonSome refactoring. Add port group headers to the port...
2009-01-24 Carl HetheringtonUpdate actual gain when declick has been applied.
2009-01-22 Carl HetheringtonFix crash on using sends with no MIDI
2009-01-21 Carl HetheringtonFix some confusion about relative / non-relative port...
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2009-01-20 Carl HetheringtonNew matrix-based editor for connections and bundles...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-08 Paul Davistorben's port buffer reworking; torben's panner automat...
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-28 Paul Davisfix up botched changes from earlier /* blush */
2008-09-28 Paul Davisprepare_input/cycle_start fix up round 2 (torben's...
2008-09-28 Paul Davischanges from torben for processor/plugin count determin...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
next