summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audioengine.h
AgeCommit message (Expand)Author
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
2011-09-21fixes from 2.X for latency/capture alignment stuff: don't reverse route list,...Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-19crude but apparently working fix for issues with JACK port deletion at sessio...Paul Davis
2011-03-18fix (?) capture alignment by making sure we use non-public latency informatio...Paul Davis
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-02(a) require JACK 0.120.1 to compile (but NOT to run) (b) fix up illegal retri...Paul Davis
2011-02-15part two of new JACK latency API support - should fix broken compilationPaul Davis
2010-12-29Update mixer strip input/output button labels from the general JACK port conn...Carl Hetherington
2010-12-03type tweaks and casts following the nframes_t expulsionPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-27remove (or attempt to remove) requirement for holding process lock when chang...Paul Davis
2010-11-23semi-functioning vbap panning, still not donePaul Davis
2010-11-10fix dubious conflation of int and pthread_tPaul Davis
2010-08-07Allow local-scope strings to be passed in as constructor parameters.Carl Hetherington
2010-07-28Trim get_nth_physical port methods.Carl Hetherington
2010-07-28Add session MIDI bundles to enable connection of MIDI tracks from the right-c...Carl Hetherington
2010-06-24use JACK thread creation functions to create process-graph threads; provide G...Paul Davis
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-04-05Make port matrix notice when connections are changed outside of ardour.Carl Hetherington
2010-04-03fix build process to avoid mismatching size/layout of AudioEngine object; use...Paul Davis
2010-04-02(FULL) not-yet-complete JACK session management patch (TODO: get program name...Paul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-02-11some fixes/tweaks for MTC slaving, some untestedPaul Davis
2009-12-27Re-integrate export-optimization branch.Sakari Bergen