From d3c0e65fb0d895e4be0c838ada6e4e80e090db74 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 7 Oct 2015 15:58:56 -0400 Subject: purge obsolete AVMP-4-B PW range control mode, bump version --- globals.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index ea344d4..ac73e5d 100644 --- a/globals.h +++ b/globals.h @@ -697,14 +697,20 @@ typedef struct { float max_avg_power[max_channels]; /* addr 10042 */ float max_pw_pol[max_channels][ampl_polarities]; /* addr 10050 - over-rides normal max_pw */ - char use_high_ampl_ranges_for_high_pw_ranges[max_channels]; /* addr 10066 - for AVMP-4 */ + char use_high_ampl_ranges_for_high_pw_ranges[max_channels]; /* addr 10066 - for AVMP-4, no longer used */ - char couple_first_N_pw_ranges_to_ampl_ranges[max_channels]; // addr 10068 + char couple_first_N_pw_ranges_to_ampl_ranges[max_channels]; // addr 10068 - use this instead (N=1) */ // for example, if N = 2 (as for AVR-E3-B-R5-N-M5) // PG A = pw range 0, ampl range 0 // PG B = pw range 1, ampl range 1 // PG C = pw range 2+, ampl range 2 + // for example, if N = 1 (as for AVMP-4-B) + // PG A = pw range 0, ampl range 0 + // PG B = pw range 1+, ampl range 1 + + // AVMP-4-B is different than AVPP units, because lowest PW range is NOT voltage controlled + float attenuators[max_channels][max_attens]; // addr 10070 // smallest attenuators first // value = magnitude of attenuation. -- cgit