From 243b3f098339afc6a307a441560f9d7095f9bd8d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 20 Feb 2020 00:19:41 -0700 Subject: [PATCH] improve comments --- libs/ardour/ardour/disk_reader.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/ardour/ardour/disk_reader.h b/libs/ardour/ardour/disk_reader.h index 980910b3aa..c3b7ac0563 100644 --- a/libs/ardour/ardour/disk_reader.h +++ b/libs/ardour/ardour/disk_reader.h @@ -67,13 +67,15 @@ public: void move_processor_automation (boost::weak_ptr, std::list > const &); - /* called by the Butler in a non-realtime context */ + /* called by the Butler in a non-realtime context as part of its + * normal loop (not due to transport-mechanism requests like locate + */ int do_refill () { return refill (_sum_buffer, _mixdown_buffer, _gain_buffer, 0); } - /** For non-butler contexts (allocates temporary working buffers) + /** For contexts outside the normal butler refill loop (allocates temporary working buffers) * * This accessible method has a default argument; derived classes * must inherit the virtual method that we call which does NOT