diff options
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r-- | src/jalv_internal.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 47a210d..64b490a 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -85,16 +85,17 @@ typedef struct { } ControlChange; typedef struct { - char* uuid; ///< Session UUID - char* load; ///< Path for state to load - char** controls; ///< Control values - uint32_t buffer_size; ///< Plugin<=>UI communication buffer size - double update_rate; ///< UI update rate in Hz - int dump; ///< Dump communication 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 - int show_ui; ///< Show non-embedded UI + char* uuid; ///< Session UUID + char* load; ///< Path for state to load + char** controls; ///< Control values + uint32_t buffer_size; ///< Plugin <= >UI communication buffer size + double update_rate; ///< UI update rate in Hz + int dump; ///< Dump communication 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 + int show_ui; ///< Show non-embedded UI + int print_controls; ///< Print control changes to stdout } JalvOptions; typedef struct { |