13
0

improve comments

This commit is contained in:
Paul Davis 2020-02-20 00:19:41 -07:00
parent 1e9af51f36
commit 243b3f0983

View File

@ -67,13 +67,15 @@ public:
void move_processor_automation (boost::weak_ptr<Processor>, std::list<Evoral::RangeMove<samplepos_t> > 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