From afe0eaf02c8577bf6f54339e391041acedb1c71e Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 7 May 2018 10:13:41 -0400 Subject: add ability to just copy old-style ampl and os initial config data to new 32-ranges --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 54418ef..a8fae30 100644 --- a/globals.h +++ b/globals.h @@ -495,7 +495,7 @@ typedef struct { short rcl_misc[max_channels][max_stored_settings]; /* addr 1616 - another misc is stored below */ short rcl_unused[max_stored_settings]; /* addr 1632 */ - float mon_vi_ratio[max_channels][5][2]; /* addr 1640 */ + float mon_vi_ratio[max_channels][ampl_ranges][ampl_polarities]; /* addr 1640 */ float min_ampl[max_channels]; /* addr 1720 */ float max_ampl[max_channels]; /* addr 1728 */ -- cgit