clap

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

commit 1947fc46686e1f22b5eee98cb748a65256330865
parent 78b8b40d965df1107fbdbd34910d63e86c76f61e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed,  7 Jan 2015 09:53:54 +0100

spec: advice the host that if the plugin do not have the state ext, it can save/restore parameters

Diffstat:
Mspec.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/spec.rst b/spec.rst @@ -716,6 +716,9 @@ big endian machine, it should load again successfully. See `clap/ext/state.h`_. +Note: if the plugin do not have the state extension, the host can save the +plugin's parameters and restore them. + Examples ========