From 6e771526106e8e1635b462064ad375ecda0b177a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Apr 2012 23:24:39 +0000 Subject: Make controls update when changing presets (except combos). Fix scale point value bug. Fix memory leaks. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4158 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv_console.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/jalv_console.c') diff --git a/src/jalv_console.c b/src/jalv_console.c index ae5c30f..65708d0 100644 --- a/src/jalv_console.c +++ b/src/jalv_console.c @@ -40,6 +40,15 @@ jalv_ui_resize(Jalv* jalv, int width, int height) return 0; } +void +jalv_ui_port_event(Jalv* jalv, + uint32_t port_index, + uint32_t buffer_size, + uint32_t protocol, + const void* buffer) +{ +} + int jalv_init(int* argc, char*** argv, JalvOptions* opts) { -- cgit v1.2.1