X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fbuffer_manager.h;h=1614854a8978876f4e5e103e1158fe77ca964146;hb=7c2302651559eda71833c291ddc17f4d590ad95a;hp=f5a3935ead6dffe18392f35b54dd3f5a1af618c0;hpb=36c233fe6ce570ce85224626ce7aba4a2607537f;p=ardour.git diff --git a/libs/ardour/ardour/buffer_manager.h b/libs/ardour/ardour/buffer_manager.h index f5a3935ead..1614854a89 100644 --- a/libs/ardour/ardour/buffer_manager.h +++ b/libs/ardour/ardour/buffer_manager.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 @@ -40,7 +40,7 @@ public: static ThreadBuffers* get_thread_buffers (); static void put_thread_buffers (ThreadBuffers*); - static void ensure_buffers (ChanCount howmany = ChanCount::ZERO); + static void ensure_buffers (ChanCount howmany = ChanCount::ZERO, size_t custom = 0); private: static Glib::Threads::Mutex rb_mutex;