From dc99289acd9644a365bbe662deaac2fef1b3035f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 19:00:31 -0500 Subject: when using attenuators, do not go to very top of raw ampl range --- globals.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index e703617..ca50fdf 100644 --- a/globals.h +++ b/globals.h @@ -707,6 +707,10 @@ typedef struct { // for 15 dB, use 5.62 // for 10 dB, use 3.16 + float atten_percent_max_ampl[max_channels]; // addr 10134 - normally 0.93 + // don't use higher ampls in AVPs, + // where PW shifts near max ampl + char spare_end; char flash_end; -- cgit