clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 8789c836fa962d50a940f2a8d76b37f53dd6d669
parent 09b86fc27b95dd85c85fecb7c21c51ce05cc96d4
Author: Tobias Hienzsch <post@tobias-hienzsch.de>
Date:   Wed, 22 Jun 2022 23:26:38 +0200

Fix typo in thread-pool.h

Diffstat:
Minclude/clap/ext/thread-pool.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/thread-pool.h b/include/clap/ext/thread-pool.h @@ -27,7 +27,7 @@ /// /// if (!didComputeVoices) /// for (uint32_t i = 0; i < N; ++i) -/// myplug_thread_pool_exec(plugin, N); +/// myplug_thread_pool_exec(plugin, i); /// ... /// } /// @endcode