summaryrefslogtreecommitdiff
path: root/libs/ardour/audioengine.cc
AgeCommit message (Expand)Author
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis
2018-04-30NO-OP: a ToDo comment for discussionRobin Gareus
2017-10-30Fix fade-out at quit.Robin Gareus
2017-10-30Parallel execution of cycle-start/endRobin Gareus
2017-10-29Move vari-speed into backend (resample ports)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-04-27NO-OP: whitespaceRobin Gareus
2017-04-27Fix flow for measuring latencies of live backendsRobin Gareus
2017-04-27Fix flow for latency measurements that needs an engine stop.Robin Gareus
2016-12-03Fix warningsDavid Robillard
2016-11-26Add [hidden] option to list "Dummy" backend with optmized bundlesRobin Gareus
2016-10-20infrastructure for save/restore of MIDI port user-provided informationPaul Davis
2016-10-19NOOP: whitespacing tweakPaul Davis
2016-10-17convert cerr<< to DEBUG_TRACEPaul Davis
2016-10-13new scheme for managing port deletionPaul Davis
2016-10-11Hide Dummy backend from optimized release buildsRobin Gareus
2016-09-13Fixes 7004 - Ardour crash on Just Quit when AudioEngine is stopped. AudioEngi...Nathan Stewart
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-25fix timecode update after locate.Robin Gareus
2016-04-24plug some memory leaks in libardourRobin Gareus
2016-01-14ensure that each and every audioengine-related thread has a unique namePaul Davis
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-12-12correct name of Midi-UI thread memory-pool and request-queueRobin Gareus
2015-12-09fix/workaround OSX "No Memory Pool"Robin Gareus
2015-12-04update engine to allow latency measurement w/o restart.Robin Gareus
2015-12-04fix thinko in engine latency stateRobin Gareus
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-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-02remove debug outputPaul Davis
2015-10-02the return of the 1 second fade out at session closePaul Davis
2015-10-01Reinterpret the return value of AudioBackend::start as AudioBackend::ErrorCodeTim Mayberry
2015-08-28synchronous shutdown of process graph.Robin Gareus
2015-08-11fix deadlock at exit on SMP systemsRobin Gareus
2015-06-29Fixed incomplete merge for audioengine.ccGZharun
2015-06-29increase event pool for backend reset thread (somewhat unnecessarily, but let...Paul Davis
2015-06-29AudioEngine tweaks from Tracks, related to stopping audioengine and haltingPaul Davis
2015-06-29initial incorporation of Tracks' automatic reconnect features, based on curre...Paul Davis
2015-06-29[Summary] Added possibility to identify IO thread which does not have require...GZharun
2015-05-04fix thinko in 2e4428bRobin Gareus
2015-05-03no more noise during startup.Robin Gareus
2015-05-02professionalize peak-metersRobin Gareus
2015-04-30don’t count silent [x]runs if there’s no session.Robin Gareus
2015-04-29emit an xrun if the process_lock is takenRobin Gareus
2015-04-26Fix crash when switching backends.Robin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-04-05fix ambiguous use of pow()Paul Davis
2015-04-05bump default silent-after-seconds duration to 10 minutesPaul Davis
2015-04-05add libardour code for going completely silent after a compile-time defined n...Paul Davis