diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-01-27 20:15:20 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-01-27 20:15:20 -0800 |
| commit | 801133a743ec05f15991d7b6f732efa7b8cda9a7 (patch) | |
| tree | 56bbcd7b858afdf9e64461c49c264517891b75b8 /src/LV2-render_internal.h | |
| parent | 481fd443acc1f3bbe85679b7d7d74902fb9aa9bd (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.h | 3 |
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 { |
