diff options
Diffstat (limited to 'ingen/EngineBase.hpp')
-rw-r--r-- | ingen/EngineBase.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index 311bef3a..ea0dfc11 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -60,7 +60,7 @@ public: virtual bool pending_events() = 0; /** - Process audio for @p sample_count frames. + Process audio for `sample_count` frames. If the return value is non-zero, events have been processed and are awaiting to be finalised (including responding and announcing any changes |