From fb86a60b41ef9312fb356f9b16ad98c603fce3ab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 26 Oct 2024 14:06:27 -0400 Subject: Fix line wrapping in comments --- src/server/BlockImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/BlockImpl.hpp') diff --git a/src/server/BlockImpl.hpp b/src/server/BlockImpl.hpp index a24bf411..0c823219 100644 --- a/src/server/BlockImpl.hpp +++ b/src/server/BlockImpl.hpp @@ -127,7 +127,7 @@ public: /** Learn the next incoming MIDI event (for internals) */ virtual void learn() {} - /** Do whatever needs doing in the process thread before process() is called */ + /** Do any necessary preparation in the process thread before process(). */ virtual void pre_process(RunContext& ctx); /** Run block for an entire process cycle (calls run()). */ -- cgit v1.2.1