summaryrefslogtreecommitdiff
path: root/libs/ardour/audioengine.cc
AgeCommit message (Expand)Author
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
2014-10-23skip unavailable backends early on.Robin Gareus
2014-10-22remove unused codePaul Davis
2014-10-17windows: don’t popup message box when libjack is not foundRobin Gareus
2014-10-08initialize some uninitialized vars - closes #5974Robin Gareus
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-08-31prepare for clang static analysis of RT-functions:Robin Gareus
2014-06-25Use PBD::find_files_matching_pattern instead of other variationsTim Mayberry
2014-06-19fix port-unregister (on failed latency measurement)Robin Gareus
2014-06-08prepare MIDI latency measurement (backend)Robin Gareus
2014-06-07Revert windows backend search expression to "*backend.dll"Tim Mayberry
2014-06-04fixes to change engines while Ardour is running.Robin Gareus
2014-05-14Fix pattern to match possible audio backends on windowsTim Mayberry
2014-05-01use AudioBackendInfo::already_configured() to correctly determine if backend ...Paul Davis
2014-03-24call AudioBackend::drop_device() when dropping a backend.Paul Davis
2014-03-10Create 'libs/ardour/search_paths.cc/.h' and transfer backend_search_path() t...John Emmas
2014-02-24remove unused and unimplementable audio engine sample format codePaul Davis
2014-02-24add (finally) DEBUG::AudioEngine bit and convert existing debug trace message...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-10-28fix thinko in declaration of ARDOUR::PortEngine::get_port_by_name()Paul Davis
2013-10-21fix issues with recording while synced to JACK (non-pure-virtual method added...Paul Davis