clap

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

commit 35e747cf98bb96e8af58ee74b8c8b605bc36db99
parent 4afc0d3d0401825a169d97d11a5263a603b5ea97
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 29 Apr 2016 15:09:00 +0200

More documentation

Diffstat:
Minclude/clap/clap.h | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -189,6 +189,12 @@ struct clap_event_jump * program goes into program * * Clap is not limited to 127. + * + * The main advantage of setting a program instead of loading + * a preset, is that the program should already be in the plugin's + * memory, and can be set instantly. If the plugin has to load + * a preset from the filesystem, then parse it, do memory allocation, + * there is no guarentee that the preset will be loaded in time. */ struct clap_event_program {