summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
AgeCommit message (Expand)Author
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
2010-03-21change session construction so that the the monitor bus config is derived (on...Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-02-11tweak Stateful/StatefulDiffCommand changes so that SessionObject's actually g...Paul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2009-12-22Fix assertion failure on creating a new session.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-11-25Give Processor::run a new parameter to say whether or not the run method must...Carl Hetherington
2009-11-25Seconds out, the people vs. the port matrix, round 7.Carl Hetherington
2009-11-16tentative fix for crash on rollPaul Davis
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