extensive changes to PresentationInfo API
[ardour.git] / libs / ardour / delayline.cc
index 0bd779336665b68a969e7a25a51c6ff1c4ef2728..26b6ce619eb14f2a799e14c46b9cf979ca6f963e 100644 (file)
@@ -112,6 +112,7 @@ DelayLine::run (BufferSet& bufs, framepos_t /* start_frame */, framepos_t /* end
                        _roff += boff;
                }
 
+               // use shared_array::swap() ??
                _buf = _pending_buf;
                _bsiz = _pending_bsiz;
                _pending_bsiz = 0;