summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audioengine.h
AgeCommit message (Expand)Author
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-10-21fix issues with recording while synced to JACK (non-pure-virtual method added...Paul Davis
2013-10-12adapt AudioEngine to new AudioBackend APIPaul Davis
2013-10-11Add AudioEngine::set_default_backendTim Mayberry
2013-10-07use AudioEngine destructor to do necessary stuff when shutting it down, and r...Paul Davis
2013-10-04Move processing thread list from ARDOUR::Graph into AudioBackend implementationTim Mayberry
2013-10-04Add AudioBackendThread class to support different thread type on windowsTim Mayberry
2013-09-13change inheritance so that an AudioBackend IS-A PortEnginePaul Davis
2013-09-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-12add AudioBackendNativeThread to serve the same role as jack_native_thread_tPaul Davis
2013-09-11make use of measured latency values to set dialog controls, and use actual po...Paul Davis
2013-09-10more tweaks to latency measurementPaul Davis
2013-09-10basic functionality for hardware latency measurementPaul Davis
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-09-04rename interface_ stuff in the engine dialog to device_, since that feels a b...Paul Davis
2013-08-09split up session code that uses parts of the JACK API (timebase + session eve...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04start work on the changes to EngineControl (dialog) to integrate with new bac...Paul Davis
2013-08-03cleanup more dangling members of AudioEnginePaul Davis
2013-08-03fix problem with session exit caused by dangling unused members in AudioEnginePaul Davis
2013-08-03add tim's jack_utils code to rationalize setup of JACK configPaul Davis
2013-08-03audioengine branch can now load and run at least one test session.Paul Davis
2013-08-01start code reorganization needed to deal with backend choices. compiles, link...Paul Davis
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-31more stuff compilesPaul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2013-07-30jack_audiobackend.cc finally compilesPaul Davis
2013-07-29small steps toward getting this all working - add new JackConnection object t...Paul Davis
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-24more miscellaneous changes for audioengine, all of this is still far from act...Paul Davis
2013-07-23changes to audioengine.hPaul Davis
2013-07-23inch-like progress on defining the API for AudioBackend and separating AudioE...Paul Davis
2012-10-25move ownership of LTC I/O ports to Session, and manage as IO objectsPaul Davis
2012-10-21add LTC generatorRobin Gareus
2012-10-15create and manage a new config parameter that defines where LTC originates (s...Paul Davis
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-21smooth 0.5 second fade out during quit, plus MIDI panic to turn everything of...Paul Davis
2012-02-06attempt to stop sending MMC/MTC while exporting or freewheeling for any reasonPaul Davis
2012-01-27change audioengine's port container to a std::map to provide faster results f...Paul Davis
2012-01-20slightly more efficient implementation of Graph::in_process_thread()Paul Davis
2012-01-10Remove unused _process_callback method.Carl Hetherington
2011-12-23Match request in function names to the eventual call to jack_port_request_mon...Carl Hetherington
2011-12-22Remove unused declaration.Carl Hetherington
2011-12-15Add basic test of playlist layering.Carl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-28Remove unused stuff.Carl Hetherington
2011-09-28more jack include fixesPaul Davis
2011-09-28header file fixup for weak jack linkage, forward ported from 2.XPaul Davis
2011-09-26Update Mackie surface state when something is connected to its output port (#...Carl Hetherington