summaryrefslogtreecommitdiff
path: root/libs/ardour/audioengine.cc
AgeCommit message (Expand)Author
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
2015-03-31[Summary] Fixed several backend issues: made reset counter check atomic, remo...Greg Zharun
2015-03-31[Summary] Added actions to handle abnormal behavior during stream stop for MI...Greg Zharun
2015-03-31[Summary] Made device control panel open request synchronized with other crit...Greg Zharun
2015-03-05create engine thread before sending notifications.Robin Gareus
2015-02-28fix routing midi data on export:Robin Gareus
2015-02-19change Audio backend sample time methods to use a 64 bit timelinePaul Davis
2015-01-25audio-engine use internal API to stopRobin Gareus
2014-12-03fix audio-engine dtor.Robin Gareus
2014-11-18remove superfluous if-branch (_session is checked a few lines above)Robin Gareus