summaryrefslogtreecommitdiff
path: root/libs/ardour/process_thread.cc
AgeCommit message (Expand)Author
2019-09-26rename BufferSet::get* to BufferSet::get_available*Paul Davis
2019-09-09Use ProcessThread::init () to set up denormal protectionRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2017-06-03Add a scratch buffer for automation.Robin Gareus
2017-06-03NO-OP: whitespaceRobin Gareus
2016-03-26add "no-inplace" buffers.Robin Gareus
2015-04-25prepare trim automationRobin Gareus
2013-08-01use zeroed scratch buffers for "silent" plugin runsRobin Gareus
2013-07-31another amend to 00f26394a9Robin Gareus
2013-07-31fix stupid copy/paste error in 00f26394a9Robin Gareus
2013-07-30use dedicated buffers for route (and track)Robin Gareus
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-16extra insurance against ProcessThread::init() being called more than oncePaul Davis
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-03-15remove unused Glib::Thread* from ProcessThreadPaul Davis
2011-11-01a better fix for the silent buffer issue: whenever we run a plugin, mark all ...Paul Davis
2011-11-01force re-silence of buffers in ProcessThread::get_silent_buffers(), an interi...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-04-13remove babbling torrent of debug outputPaul Davis
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis