aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-10 18:11:53 +0000
committerDavid Robillard <d@drobilla.net>2015-10-10 18:11:53 +0000
commit22ea5330650ab1f3cd59367f3ed63e1009a4d736 (patch)
tree304ab810f8778f164c3703945576fc5268bc53e2 /src/jalv_internal.h
parentfecfdd11d369541bafdd89d23871cacc0f80b1b4 (diff)
downloadjalv-22ea5330650ab1f3cd59367f3ed63e1009a4d736.tar.gz
jalv-22ea5330650ab1f3cd59367f3ed63e1009a4d736.tar.bz2
jalv-22ea5330650ab1f3cd59367f3ed63e1009a4d736.zip
Add option to enable plugin trace log messages
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5764 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 54eb95b..dcd396a 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -94,6 +94,7 @@ typedef struct {
uint32_t buffer_size; ///< Plugin <= >UI communication buffer size
double update_rate; ///< UI update rate in Hz
int dump; ///< Dump communication iff true
+ int trace; ///< Print trace log iff true
int generic_ui; ///< Use generic UI iff true
int show_hidden; ///< Show controls for notOnGUI ports
int no_menu; ///< Hide menu iff true