nominally add MIDI input support for AudioUnit plugins
[ardour.git] / libs / ardour / ardour / buffer.h
index 46a6d6266789c4e84a36fe08aa0135a0da9d24aa..48fd7f099bc859bdf3f8f3d8c1231368276d1b19 100644 (file)
@@ -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.
         *