summaryrefslogtreecommitdiff
path: root/src/LV2-render_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LV2-render_internal.h')
-rw-r--r--src/LV2-render_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LV2-render_internal.h b/src/LV2-render_internal.h
index cac20b0..6b1cd51 100644
--- a/src/LV2-render_internal.h
+++ b/src/LV2-render_internal.h
@@ -80,6 +80,9 @@ typedef struct {
int no_menu; ///< Hide menu iff true
int show_ui; ///< Show non-embedded UI
int print_controls; ///< Print control changes to stdout
+ int nchannels; ///
+ int sample_rate; ///
+ char* outfile; ///
} JalvOptions;
typedef struct {