clap

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

commit 135e2d22573941cd909cc65f32a2fdc1535c1a4d
parent e0f6c9cdd9016fb4437d6956d529dc549c5a6fb6
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 15 Jul 2022 08:32:25 +0200

Doc.

Diffstat:
Minclude/clap/ext/draft/state-context.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/clap/ext/draft/state-context.h b/include/clap/ext/draft/state-context.h @@ -16,6 +16,9 @@ /// Both operations shall be equivalent: /// 1. clap_plugin_state_context.load(clap_plugin_state.save(), CLAP_STATE_CONTEXT_FOR_PRESET) /// 2. clap_plugin_state.load(clap_plugin_state_context.save(CLAP_STATE_CONTEXT_FOR_PRESET)) +/// 3. clap_plugin_state_context.load( +/// clap_plugin_state_context.save(CLAP_STATE_CONTEXT_FOR_PRESET), +/// CLAP_STATE_CONTEXT_FOR_PRESET) #ifdef __cplusplus extern "C" {