clap

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

commit eb9548f7809807a7f7c7faa1bb08276fe162b219
parent 7abef7109cbfe84426dcfbe00a0af31940684273
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 12 Jul 2022 14:27:13 +0200

Update include/clap/ext/draft/state-context.h

Co-authored-by: Robbert van der Helm <mail@robbertvanderhelm.nl>
Diffstat:
Minclude/clap/ext/draft/state-context.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/state-context.h b/include/clap/ext/draft/state-context.h @@ -6,7 +6,7 @@ /// @page state-context extension /// @brief extended state handling /// -/// This extension let the host save and load the plugin state for special purpose. +/// This extension lets the host save and load the plugin state with different semantics depending on the context. /// /// Briefly, when loading a preset or duplicating a device, the plugin may want to partially load /// the state and initialize certain things differently.