From 0ad8f354bc936e09d7eb74fc18efd48c3842efd0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Apr 2012 01:17:31 +0000 Subject: Add comm buffer size parameter and use Jack MIDI buffer size by default. Fix running console version with arguments. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4281 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv_gtk2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/jalv_gtk2.c') diff --git a/src/jalv_gtk2.c b/src/jalv_gtk2.c index 5e2da3f..ec0c444 100644 --- a/src/jalv_gtk2.c +++ b/src/jalv_gtk2.c @@ -44,6 +44,8 @@ jalv_init(int* argc, char*** argv, JalvOptions* opts) "Dump plugin <=> UI communication", NULL }, { "generic-ui", 'g', 0, G_OPTION_ARG_NONE, &opts->generic_ui, "Use Jalv generic UI and not the plugin UI", NULL}, + { "buffer-size", 'b', 0, G_OPTION_ARG_INT, &opts->buffer_size, + "Buffer size for plugin <=> UI communication", "SIZE"}, { 0, 0, 0, 0, 0, 0, 0 } }; GError* error = NULL; const int err = gtk_init_with_args( -- cgit v1.2.1