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

Diff for /src/usr.bin/midiplay/Attic/midiplay.1 between version 1.1 and 1.2

version 1.1, 1999/01/01 23:58:22 version 1.2, 1999/04/02 15:12:18
Line 40 
Line 40 
 .Nm midiplay  .Nm midiplay
 .Nd play MIDI files  .Nd play MIDI files
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm  .Nm midiplay
 .Op Fl d Ar devno  .Op Fl d Ar devno
 .Op Fl f Ar file  .Op Fl f Ar file
 .Op Fl l  .Op Fl l
Line 59 
Line 59 
 The program accepts the following options:  The program accepts the following options:
 .Bl -tag -width Fl  .Bl -tag -width Fl
 .It Fl d Ar devno  .It Fl d Ar devno
 specifies the number of the MIDI device used for output (as listed  Specifies the number of the MIDI device used for output (as listed
 by the  by the
 .Fl l  .Fl l
 flag).  The default is device 0.  flag).  The default is device 0.
 .It Fl f Ar file  .It Fl f Ar file
 specifies the name of the sequencer device.  Specifies the name of the sequencer device.
 .It Fl l  .It Fl l
 list the possible devices without playing anything.  List the possible devices without playing anything.
 .It Fl m  .It Fl m
 show MIDI file meta events (copyright, lyrics, etc).  Show MIDI file meta events (copyright, lyrics, etc).
 .It Fl q  .It Fl q
 specifies that the MIDI file should not be played, justed parsed.  Do not play the MIDI file, just parse it.
 .It Fl t Ar tempo  .It Fl t Ar tempo
 specifies the tempo.  The default tempo is 100.  Specifies the tempo.  Default is 100.
 .It Fl v  .It Fl v
 be verbose.  If the flag is repeated the verbosity increases.  Be verbose.  If the flag is repeated the verbosity increases.
 .It Fl x  .It Fl x
 play a small sample sound.  Play a small sample sound.
 .Sh FILES  .Sh FILES
 .Bl -tag -width /dev/music  .Bl -tag -width /dev/music
 .It Pa /dev/music  .It Pa /dev/music

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2