summaryrefslogtreecommitdiffstats
path: root/src/server/PortImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PortImpl.hpp')
-rw-r--r--src/server/PortImpl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/PortImpl.hpp b/src/server/PortImpl.hpp
index a691043d..5098fcbb 100644
--- a/src/server/PortImpl.hpp
+++ b/src/server/PortImpl.hpp
@@ -171,8 +171,8 @@ public:
virtual void pre_run(RunContext& context) {}
virtual void post_process(RunContext& context);
- /** Empty buffer contents completely (ie silence) */
- virtual void clear_buffers();
+ /** Clear/silence all buffers */
+ virtual void clear_buffers(const RunContext& context);
/** Claim and apply buffers in the real-time thread. */
virtual bool setup_buffers(RunContext& ctx, BufferFactory& bufs, uint32_t poly);