X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fbuffer.h;h=48fd7f099bc859bdf3f8f3d8c1231368276d1b19;hb=90172686b92b53cc5ab1d60c0e6daecb65d17d3d;hp=46a6d6266789c4e84a36fe08aa0135a0da9d24aa;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/libs/ardour/ardour/buffer.h b/libs/ardour/ardour/buffer.h index 46a6d62667..48fd7f099b 100644 --- a/libs/ardour/ardour/buffer.h +++ b/libs/ardour/ardour/buffer.h @@ -61,6 +61,7 @@ public: DataType type() const { return _type; } bool silent() const { return _silent; } + void is_silent(bool yn) { _silent = yn; } /** Reallocate the buffer used internally to handle at least @a size_t units of data. *