1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: Escape hyphen "-" chars to let them be interpreted as minus signs
Author: Alessio Treglia <alessio@debian.org>
Forwarded: no
---
envy24control.1 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- mudita24-1.0.3.orig/envy24control.1
+++ mudita24-1.0.3/envy24control.1
@@ -135,11 +135,11 @@ reimplemented meters to do away with ine
display, which causes thousands of rectangles per-second to be drawn,
individually, for no good reason other than increasing the load. (2)
Significantly reduced the number of timer interrupts generated by this
-program by slowing down all updates to 10 per second -- previously meters
+program by slowing down all updates to 10 per second \-\- previously meters
updated 25x/second! (3) All volumes are represented as decibels, including
-the 0 to -48dB range of the hardware peak-meters, the 0 -to- -48dB&off
-attenuation for all inputs to the digital mixer, the 0 -to- -63dB
-attenuation of the analog DAC, and the +18 -to- -63dB
+the 0 to \-48dB range of the hardware peak-meters, the 0 \-to\- \-48dB&off
+attenuation for all inputs to the digital mixer, the 0 \-to\- \-63dB
+attenuation of the analog DAC, and the +18 \-to\- \-63dB
attenuation/amplification of the analog ADC. (4) All gtk "scale" widgets
have dB legends; the "PageUp" "PageDown" keys allow rapid movement between
the marked levels, and "UpArrow" and "DownArrow" allow fine-adjustment.
|