summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
AgeCommit message (Expand)Author
2011-09-14back-port Ardour3's capture alignment code to Ardour2, to get correct results...Paul Davis
2011-07-24fix return value from ::ensure_outputs()Paul Davis
2011-07-22fix botched argument prototype and return signature for IO::ensure_(input|out...Paul Davis
2011-03-29significant fixes to realtime (touch/write) automation. no longer decide poi...Ben Loftis
2011-03-29make sure declicking fades reach their target, from svn 9086Ben Loftis
2010-04-23more cleanups, redesigns and subtle bug fixes for automation editingPaul Davis
2010-04-22finally change the misnamed ::reposition_for_rt_add(); never save automation_...Paul Davis
2010-04-22more realtime automation fixes: only do realtime automation while rolling, a...Ben Loftis
2010-04-20append Auto_ to auto modes so they are more easily searchableBen Loftis
2010-04-17don't add "anchor" control events on when a touch gesture ends unless the aut...Paul Davis
2010-04-17initial pass at "ramping back" to existing automation values at the end of a ...Paul Davis
2010-01-30move LocaleGuard "up" into libpbd; use LocaleGuard to replace utterly broken ...Paul Davis
2009-10-30lots of deep but hard to spot changes to transport control, primarily relatin...Paul Davis
2009-10-28patches for valgrind-reported errors, from carl (#2873)Paul Davis
2009-10-08accurate dB/log patch from Carl, back-ported from 3.0Paul Davis
2009-10-02replace all instances of prop->value() == "yes" with string_is_affirmative (p...Paul Davis
2009-08-08"in" and "out" as part of a port name should not be translatable by default, ...Paul Davis
2009-07-06another OSX/apple-gcc fix2.8.1Paul Davis
2009-07-01fix from carl so that switching into write automation mode doesn't reset gain...Paul Davis
2009-06-03Numerical sort patch from mantis #2654Sampo Savolainen
2009-04-14EXPERIMENTAL! NEEDS TESTING! remove "offset" from almost everything in the pr...Paul Davis
2009-02-20fix up indentation caused by lack of .emacsPaul Davis
2009-02-14track templates; indent fixes needed and will be forthcoming; minor fix for t...Paul Davis
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ...Paul Davis
2008-11-26make send GUIs into ArdourDialogs; ensure that panner changes propagate into ...Paul Davis
2008-10-29prevent crash when changing gain with transport stopped and panner bypassedPaul Davis
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-05-22more path-building fixes from colinfPaul Davis
2008-05-14colinf's fix for my inadvertent commit of his previous patchPaul Davis
2008-05-14use Glib::build_filename() more widelyPaul Davis
2008-04-01clean up port insert port count/config mess, maybePaul Davis
2008-02-23fix up meter thread management when JACK client starts/stops/is halted ; put ...Paul Davis
2008-02-13allow ardour to use the (hard) maximum number of open files (this one's for y...Paul Davis
2008-02-09Make sure buses and tracks have unique names.Sampo Savolainen
2008-01-18permit OSX native package without JACK; prevent excessive track name lengths ...Paul Davis
2008-01-07merge keybindings/menus from SAE; report duplicate port errors during session...Paul Davis
2007-11-08substantial changes that start to use the edit point and the selected marker ...Paul Davis
2007-09-11add SRC quality to import dialog; fix instances of missing waveforms where ne...Paul Davis
2007-07-06new automation interval configuration variable, to control automation snapsho...Paul Davis
2007-05-08fix numlock-effect on redirect clicks; fix control outs (finally?)Paul Davis
2007-04-26missed SSE patch from mikePaul Davis
2007-02-23fix for #1041, I/O names with colons in themPaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-26squash the dreaded noise-on-stop of guirja01Paul Davis
2007-01-18Fixed midi controllable state saving/loadingJesse Chappell
2007-01-03* added max peak hold state to IO so that the true held peaks can be displayedJesse Chappell
2007-01-03do proper install on x86_64 system, remove stupid debuggig code from panner, ...Paul Davis
2007-01-03massive changes to clean up what happens during session destruction when an e...Paul Davis
2006-11-06better error message if VST SDK is not installed and neeedPaul Davis
2006-11-02fix unset timeline position for destructive sources; fix duplicate, unmanaged...Paul Davis