diff options
author | David Robillard <d@drobilla.net> | 2022-08-10 18:30:43 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-17 13:51:16 -0400 |
commit | 60e1a3aaed112ba20dd650ae6ea6bd1652dbb823 (patch) | |
tree | 40b123ac115a72fce63f20bf366e0cc47ffd9f25 /src | |
parent | 5f579de5d335681a97b3727c503e33b34d3c5ee7 (diff) | |
download | jalv-60e1a3aaed112ba20dd650ae6ea6bd1652dbb823.tar.gz jalv-60e1a3aaed112ba20dd650ae6ea6bd1652dbb823.tar.bz2 jalv-60e1a3aaed112ba20dd650ae6ea6bd1652dbb823.zip |
Fix comment typo
Diffstat (limited to 'src')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index ae0d172..91fbb77 100644 --- a/src/options.h +++ b/src/options.h @@ -16,7 +16,7 @@ typedef struct { char* load; ///< Path for state to load char* preset; ///< URI of preset to load char** controls; ///< Control values - uint32_t buffer_size; ///< Plugin <= >UI communication buffer size + uint32_t buffer_size; ///< Plugin <=> UI communication buffer size double update_rate; ///< UI update rate in Hz double scale_factor; ///< UI scale factor int dump; ///< Dump communication iff true |