summaryrefslogtreecommitdiff
path: root/src/LV2-render_internal.h
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-01-27 20:15:20 -0800
committeryo mama <pepper@scannerjammer.com>2015-01-27 20:15:20 -0800
commit801133a743ec05f15991d7b6f732efa7b8cda9a7 (patch)
tree56bbcd7b858afdf9e64461c49c264517891b75b8 /src/LV2-render_internal.h
parent481fd443acc1f3bbe85679b7d7d74902fb9aa9bd (diff)
added some command line processing, need to fix inconsistant multichannel behavior
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 {