clap

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

commit c883dc8b21160fb89df52fb8cdfb9c095d77ef81
parent f8c91c8c8d46478c2b38d0f90a2a364b322d2767
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sun,  9 Oct 2016 17:18:51 +0200

More space

Diffstat:
Minclude/clap/ext/render.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/clap/ext/render.h b/include/clap/ext/render.h @@ -9,6 +9,7 @@ enum clap_plugin_render_mode { /* Default setting, used to play "realtime". */ CLAP_RENDER_REALTIME = 0, + /* Render setting, used while rendering the song. */ CLAP_RENDER_OFFLINE = 1, };