summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
AgeCommit message (Expand)Author
2013-01-28port names are NOT translatablePaul Davis
2012-10-18change input/output button context menus for mixer strip to be non-additive: ...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-17make it possible to (and actually do) name insert and send ports as "return" ...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-14drop boost::signals2 and replace with carl's solution which continues to rely...Paul Davis
2012-03-17remove debugging outputPaul Davis
2012-03-16continue the saga of Rewrite The XML Node So That It Can Be Used To Set Anoth...Paul Davis
2012-01-26add Port::PostDisconnect signal to allow objects other than the one being dir...Paul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2011-12-26Comments.Carl Hetherington
2011-12-10Don't try to process_input() if an IO has no ports; fixesCarl Hetherington
2011-12-07Check that adding a port to an IO is ok with the processorsCarl Hetherington
2011-11-16Slightly unpleasant fix for creation of tracks fromCarl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-27Minor cleanups to IO.Carl Hetherington
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-07-26fix up colons in track names before they are used for JACK port names; catch ...Paul Davis
2011-07-25"forward" port IO::ensure_* changes from 2.X for correctness and consistencyPaul Davis
2011-07-22use std::vector::assign() in BufferSet::attach_buffers() rather than an expli...Paul Davis
2011-07-14Save and restore Latent's _user_latency for IOs (fixes #4186).Carl Hetherington
2011-07-13Add a couple of missing attach_buffers() calls after _ports has been changed....Carl Hetherington
2011-07-03ctrl-alt-click now toggles input active status of other MIDI tracks using (an...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-03-18fix (?) capture alignment by making sure we use non-public latency informatio...Paul Davis
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis
2011-03-12properly use and publish private/public port latency values for JACK latency APIPaul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-08lots of stuff related to capture alignment. things appear to be working now, ...Paul Davis
2011-03-07fix all manner of wrongness with port buffer offsetsPaul Davis
2011-01-10Optimise BufferSet::attach_buffers code to avoid memory allocation in the RT ...Carl Hetherington
2010-12-29Update mixer strip input/output button labels from the general JACK port conn...Carl Hetherington
2010-12-11Comment a few things and add missing process lock when adding a route from a ...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-27remove (or attempt to remove) requirement for holding process lock when chang...Paul Davis
2010-11-27make IO::disconnect (port,port) symmetric with IO::connect (port,port) by req...Paul Davis
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-11-25Remove unused code.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-06Fix comment.Carl Hetherington
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-07-01Allow port matrix to show both audio and midi ports at the same time, and use...Carl Hetherington
2010-06-30Basic tweaks to make the bundles and the port matrix accept that MIDI tracks ...Carl Hetherington
2010-05-09Re-throw exception slightly better.Carl Hetherington
2010-05-08save global state when quitting BEFORE we stop the engine, so that global MID...Paul Davis
2010-05-01perhaps, just possibly, a working solo model. needs to be fixed so that conne...Paul Davis
2010-04-19fix solo/listen issues when reloadign a session, caused by that last commitPaul Davis
2010-04-03remove some OS X cruft in io.ccPaul Davis
2010-04-03fix build process to avoid mismatching size/layout of AudioEngine object; use...Paul Davis
2010-03-28lincoln's patch to get loading 2.X sessions to work betterPaul Davis