diff options
author | David Robillard <d@drobilla.net> | 2024-10-26 14:06:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-26 14:06:27 -0400 |
commit | fb86a60b41ef9312fb356f9b16ad98c603fce3ab (patch) | |
tree | 777f55409d5f4868ec96448a4235052cd78c91de /src/server/BlockImpl.hpp | |
parent | cf83b3a2abe815002451908d6a826b98b8679f9e (diff) | |
download | ingen-fb86a60b41ef9312fb356f9b16ad98c603fce3ab.tar.gz ingen-fb86a60b41ef9312fb356f9b16ad98c603fce3ab.tar.bz2 ingen-fb86a60b41ef9312fb356f9b16ad98c603fce3ab.zip |
Diffstat (limited to 'src/server/BlockImpl.hpp')
-rw-r--r-- | src/server/BlockImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()). */ |