clap

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

commit 8ed37227d731a3aac3111e9f16ad89a0480053a0
parent 2db3b95b0cdf8d8d6f10ad60aef1f3f36ea814d6
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Thu, 13 May 2021 22:16:06 +0200

Remove the idle ext

Diffstat:
Minclude/clap/all.h | 1-
Dinclude/clap/ext/idle.h | 20--------------------
2 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/include/clap/all.h b/include/clap/all.h @@ -8,7 +8,6 @@ #include "ext/gui-win32.h" #include "ext/gui-cocoa.h" #include "ext/gui-free-standing.h" -#include "ext/idle.h" #include "ext/log.h" #include "ext/params.h" #include "ext/render.h" diff --git a/include/clap/ext/idle.h b/include/clap/ext/idle.h @@ -1,19 +0,0 @@ -#pragma once - -#ifdef __cplusplus -extern "C" { -#endif - -#include "../clap.h" - -#define CLAP_EXT_IDLE "clap/idle" - -typedef struct clap_plugin_idle { - // IDLE time that can be used by the plugin on the main thread - // [main-thread] - void (*idle)(clap_plugin *plugin); -} clap_plugin_idle; - -#ifdef __cplusplus -} -#endif -\ No newline at end of file