[BACK]Return to aucat.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/aucat.1 between version 1.54 and 1.55

version 1.54, 2009/07/25 08:44:27 version 1.55, 2009/08/21 16:48:03
Line 350 
Line 350 
 $ aucat -b 3500 -l  $ aucat -b 3500 -l
 $ sudo renice -n -20 -p `pgrep -x aucat`  $ sudo renice -n -20 -p `pgrep -x aucat`
 .Ed  .Ed
   .Sh MIDI CONTROL
   While running in server mode
   .Pq Fl l
   .Nm
   exposes a MIDI device with the same name as the default audio
   device.
   It allows MIDI hardware or software to be used to control
   the volume of played streams.
   To each stream is assigned a MIDI channel, and the volume
   is changed using the standard volume controller (number 7).
   Similarly, when the audio application changes its volume,
   the same MIDI controller message is sent out; it can be used
   for instance for monitoring or as feed-back for motorized
   faders.
 .Sh LEGACY MODE  .Sh LEGACY MODE
 If neither  If neither
 .Fl i  .Fl i

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55