summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2015-10-06Initialize AudioEngine::last_backend_error() to the default error stringTim Mayberry
2015-10-06Show DSP/CPU load of 0.0% when AudioEngine isn't runningTim Mayberry
2015-10-06fix implicit solo on disconnect - fixes #6308Robin Gareus
2015-10-06forward "disconnect all", partial fix for #6308Robin Gareus
2015-10-05fix typo in prev. commitRobin Gareus
2015-10-05fix typoRobin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05remove i/ofstream from libardourRobin Gareus
2015-10-05replace i/ofstream for plugin statuesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-05SiP and "solo overrides mutes" tweak:Robin Gareus
2015-10-05allow grouped AFL/PFL with excl. soloRobin Gareus
2015-10-05fix various stuck-solo cases:Robin Gareus
2015-10-04fix AFL/PFL/SIP "stuck solo" - fixes #5803Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-04attempt to stop transport, finish butler work, and close all files as part of...Paul Davis
2015-10-04NOOP: delete trailing whitespacePaul Davis
2015-10-04namespace fix.Robin Gareus
2015-10-04replace std::ifstream with g_fopen for portabilityRobin Gareus
2015-10-04correct error messageRobin Gareus
2015-10-04Change a few instances of 'stat()' to use 'g_stat()' (for UTF8 compatibility ...John Emmas
2015-10-03Click: Normalized then dropped by 6dBDamien Zammit
2015-10-03NOOP: reformat indentationPaul Davis
2015-10-03additional check for DSP falloff.Robin Gareus
2015-10-03less verbose unit-testsRobin Gareus
2015-10-03DSP load fall-off from 100%.Robin Gareus
2015-10-03fix float calc:Robin Gareus
2015-10-02explicitly drop control surface protocols before disconnecting from engine.Paul Davis
2015-10-02remove debug outputPaul Davis
2015-10-02the return of the 1 second fade out at session closePaul Davis
2015-10-02fix unbound DSP calc.Robin Gareus
2015-10-02define more backend error-messages.Robin Gareus
2015-10-01re-apply roll-delay after seek - fixes #5781Robin Gareus
2015-10-01Reinterpret the return value of AudioBackend::start as AudioBackend::ErrorCodeTim Mayberry
2015-10-01Add a couple of error codes to AudioBackend::ErrorCodeTim Mayberry
2015-09-30change the logic for a capture buffer flush to disk when a locate is occuringPaul Davis
2015-09-30tweak some debug outputPaul Davis
2015-09-30remove apparently bogus adjustment to capture_captured in AudioDiskstream::tr...Paul Davis
2015-09-30split Butler::flush_tracks_to_disk() into two distinct versions with clear na...Paul Davis
2015-09-28Fix Mackie control metering (fixes #6608).Len Ovens
2015-09-29BWF USID according to EBU-R99Robin Gareus
2015-09-28fix initialization of reserved I/O names vectorPaul Davis
2015-09-28get loop recording working when using seam-ed loopingPaul Davis
2015-09-28better more reliable checks on renamed, newly created and imported track/bus ...Paul Davis
2015-09-28change semantics of 4th argument to Session::locate to mean "this locate is c...Paul Davis
2015-09-28a few new DEBUG_TRACE calls related to session transport statePaul Davis
2015-09-28minor fix for possible off-by-one logic when at/near the end of the loop rangePaul Davis
2015-09-28fix a long-standing bug arising from a change to some logic which reversed an...Paul Davis
2015-09-28move code location where loop playback is cancelled when stoppingPaul Davis