diff options
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r-- | src/jalv_internal.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 3934e86..ee2a11e 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -125,21 +125,12 @@ int jalv_close(Jalv* jalv); void -jalv_create_ports(Jalv* jalv); - -void jalv_allocate_port_buffers(Jalv* jalv); struct Port* jalv_port_by_symbol(Jalv* jalv, const char* sym); void -jalv_create_controls(Jalv* jalv, bool writable); - -ControlID* -jalv_control_by_symbol(Jalv* jalv, const char* sym); - -void jalv_set_control(Jalv* jalv, const ControlID* control, uint32_t size, @@ -156,16 +147,6 @@ bool jalv_ui_is_resizable(Jalv* jalv); void -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); - -void jalv_ui_port_event(Jalv* jalv, uint32_t port_index, uint32_t buffer_size, |