aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-10 13:09:15 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 13:50:59 -0400
commite3c955522472d147e5c01d55936cdf459b3df9fb (patch)
tree6c36339ab774d49453114bdb173f1c998468055b /src/jalv_internal.h
parent32b02177111d9092fb87a3b496c75d242c4be9cb (diff)
downloadjalv-e3c955522472d147e5c01d55936cdf459b3df9fb.tar.gz
jalv-e3c955522472d147e5c01d55936cdf459b3df9fb.tar.bz2
jalv-e3c955522472d147e5c01d55936cdf459b3df9fb.zip
Clarify communication function names
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index e83585c..ab7a1eb 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -159,11 +159,11 @@ bool
jalv_ui_is_resizable(Jalv* jalv);
void
-jalv_ui_write(void* jalv_handle,
- uint32_t port_index,
- uint32_t buffer_size,
- uint32_t protocol,
- const void* buffer);
+jalv_send_to_plugin(void* jalv_handle,
+ uint32_t port_index,
+ uint32_t buffer_size,
+ uint32_t protocol,
+ const void* buffer);
void
jalv_apply_ui_events(Jalv* jalv, uint32_t nframes);