fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / io.cc
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Robin Gareusfix metering states 34, 38, 49, 50, 53 and 54
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-13 Paul DavisDon't use trylock in assertions on windows as it will...
2013-01-28 Paul Davisport names are NOT translatable
2012-10-18 Paul Davischange input/output button context menus for mixer...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-17 Paul Davismake it possible to (and actually do) name insert and...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-14 Paul Davisdrop boost::signals2 and replace with carl's solution...
2012-03-17 Paul Davisremove debugging output
2012-03-16 Paul Daviscontinue the saga of Rewrite The XML Node So That It...
2012-01-26 Paul Davisadd Port::PostDisconnect signal to allow objects other...
2012-01-18 Paul Davismake monitor section an optional feature than can be...
2011-12-26 Carl HetheringtonComments.
2011-12-10 Carl HetheringtonDon't try to process_input() if an IO has no ports...
2011-12-07 Carl HetheringtonCheck that adding a port to an IO is ok with the processors
2011-11-16 Carl HetheringtonSlightly unpleasant fix for creation of tracks from
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-27 Carl HetheringtonMinor cleanups to IO.
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-07-26 Paul Davisfix up colons in track names before they are used for...
2011-07-25 Paul Davis"forward" port IO::ensure_* changes from 2.X for correc...
2011-07-22 Paul Davisuse std::vector::assign() in BufferSet::attach_buffers...
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...
next