summaryrefslogtreecommitdiff
path: root/libs/ardour/graph.cc
AgeCommit message (Expand)Author
2019-09-20Fix Latency Measurement without device re-startRobin Gareus
2019-09-01Initialize uninitialized variablesRobin Gareus
2019-08-23Tweak graph display, check direct sendsRobin Gareus
2019-08-07Add method to graphviz plot the process-graphRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-07-15Fix deadlock when removing routes (initialization issues)Robin Gareus
2019-07-10Re-work process-graph to use lock-free queuesRobin Gareus
2019-07-10Fix process-thread namingRobin Gareus
2018-07-09Remove global declick APIRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18remove all code related to "silent roll" concept. some debug output addedPaul Davis
2017-08-05Revert 542d021f, fix number of DSP threadsRobin Gareus
2017-07-13Fix total number of process threadsRobin Gareus
2017-04-22Reset process-graph semaphores on engine-restartRobin Gareus
2017-04-22remove unused semaphoreRobin Gareus
2017-04-22NO-OP: whitespaceRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-04-24plug some memory leaks in libardourRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-12plug some memory leaks in libsRobin Gareus
2015-08-28synchronous shutdown of process graph.Robin Gareus
2015-01-30amend 070818fRobin Gareus
2015-01-30take down backend specific threads with backendRobin Gareus
2014-04-11final eradication of jack header files from anything except the JACK backendPaul Davis
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
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-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-14fix merge conflicts with masterPaul Davis
2013-09-12merge with masterPaul Davis
2013-09-12add AudioBackendNativeThread to serve the same role as jack_native_thread_tPaul Davis
2013-09-06Ifdef some non-portable code for MinGWTim Mayberry
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-07-11Use PBD::pthread_name in debug output for portabilityPaul Davis
2013-07-11Disable some non-portable code that is only used for debuggingPaul Davis
2013-07-11Use jack_native_thread_t for portabilityPaul Davis
2013-07-10remove xmmintrin.h, unnecessarily mirroring changes to masterPaul Davis
2013-07-10remove unnecessary include of xmmintrin.hPaul Davis
2013-04-12changes to get cairocanvas branch to build on OS X, with its stupid nil and R...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-04-27Raise an exception if we fail to create our graphCarl Hetherington
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-01-22For now, only use the multi-threaded process code if we areCarl Hetherington
2012-01-20slightly more efficient implementation of Graph::in_process_thread()Paul Davis
2012-01-17Fix unutterably terrible thinko in previous commit.Carl Hetherington
2012-01-14Trim some lock / unlock cycles on the trigger mutex.Carl Hetherington
2011-11-28remove get_rt() call from graph code, since JACK takes care of that for us an...Paul Davis
2011-11-09Alert the user if a connection is made which causesCarl Hetherington
2011-11-08Remove a couple of unnecessary casts.Carl Hetherington
2011-11-05Coding style tinkering.Carl Hetherington