X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fprocess_thread.h;h=cd1087f2a4f0572307cc94ec30028fdb760db471;hb=74a604d261b1ecb0f20ee0c69aef7648da3a1d86;hp=67bd07dbfe6dced3045cccc968c9db7cecde6588;hpb=517467f29747acde8baa6f42ed064e2ed58f5ea5;p=ardour.git diff --git a/libs/ardour/ardour/process_thread.h b/libs/ardour/ardour/process_thread.h index 67bd07dbfe..cd1087f2a4 100644 --- a/libs/ardour/ardour/process_thread.h +++ b/libs/ardour/ardour/process_thread.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Paul Davis + Copyright (C) 2012 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,6 +47,7 @@ public: static BufferSet& get_silent_buffers (ChanCount count = ChanCount::ZERO); static BufferSet& get_scratch_buffers (ChanCount count = ChanCount::ZERO, bool silence = false); + static BufferSet& get_noinplace_buffers (ChanCount count = ChanCount::ZERO); static BufferSet& get_route_buffers (ChanCount count = ChanCount::ZERO, bool silence = false); static BufferSet& get_mix_buffers (ChanCount count = ChanCount::ZERO); static gain_t* gain_automation_buffer ();