commit 3767f8c8cc88e0801e1763d25d69c2d37de1d2a9
parent d7ab2d4156407488ee410353fa6072bb09f75f6e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Thu, 9 Jun 2022 20:23:04 +0200
Rename clap_client_tuning to clap_plugin_tuning
Fixes #90
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/ext/draft/tuning.h b/include/clap/ext/draft/tuning.h
@@ -27,11 +27,11 @@ typedef struct clap_tuning_info {
bool is_dynamic; // true if the values may vary with time
} clap_tuning_info_t;
-typedef struct clap_client_tuning {
+typedef struct clap_plugin_tuning {
// Called when a tuning is added or removed from the pool.
// [main-thread]
void (*changed)(const clap_plugin_t *plugin);
-} clap_client_tuning_t;
+} clap_plugin_tuning_t;
// This extension provides a dynamic tuning table to the plugin.
typedef struct clap_host_tuning {