commit 0f99c56345039c2fc8d31316f6d8b172f5420cbb
parent d3927ca714faf2eb529f54fa35f73a6574bc7ad1
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Mon, 21 Feb 2022 11:50:31 +0100
Fix comments
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/include/clap/converters/clap-converter.h b/include/clap/converters/clap-converter.h
@@ -10,7 +10,7 @@ extern "C" {
#pragma pack(push, CLAP_ALIGN)
-// This interface provide all the tool to convert a vst3 plugin instance into a clap plugin instance
+// This interface provide all the tool to convert a clap plugin instance into a clap plugin instance
typedef struct clap_clap_converter {
const char *src_plugin_id;
const char *dst_plugin_id;
@@ -20,7 +20,7 @@ typedef struct clap_clap_converter {
const clap_istream_t *src,
const clap_ostream_t *dst);
- // converts the vst3 param id and plain value to clap param id and
+ // converts the clap param id and plain value to clap param id and
// plain value.
// [thread-safe]
bool (*convert_plain_value)(const struct clap_clap_converter *converter,
@@ -47,4 +47,4 @@ typedef struct clap_clap_converter_factory {
#ifdef __cplusplus
}
-#endif
-\ No newline at end of file
+#endif