diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:00:31 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:00:31 -0500 |
commit | dc99289acd9644a365bbe662deaac2fef1b3035f (patch) | |
tree | a84626cacbd1bf059fb8fb96b847002201a86f79 /globals.h | |
parent | c587cacfa55a7d3c4e24cc398594a4412bb36ee3 (diff) |
when using attenuators, do not go to very top of raw ampl rangeINSTRUMENT_5_0_2
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |