commit fb5f9a825c24850330683bd3d23f6b6551b26a9d
parent 135e2d22573941cd909cc65f32a2fdc1535c1a4d
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 15 Jul 2022 08:36:33 +0200
Doc.
Diffstat:
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
@@ -19,6 +19,9 @@
/// 3. clap_plugin_state_context.load(
/// clap_plugin_state_context.save(CLAP_STATE_CONTEXT_FOR_PRESET),
/// CLAP_STATE_CONTEXT_FOR_PRESET)
+///
+/// If the plugin implements CLAP_EXT_STATE_CONTEXT then it is mandatory to also implement
+/// CLAP_EXT_STATE.
#ifdef __cplusplus
extern "C" {