aboutsummaryrefslogtreecommitdiff
path: root/games/piano/piano.6
blob: 8078b6c6e7124dda4ac2ca5aa011b91a436f07ed (plain) (blame)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.\" $FreeBSD$
.\"
.Dd February 3, 1995
.Dt "PIANO" 6
.Os
.Sh NAME
.Nm piano
.Nd "a piano emulator"
.Sh SYNOPSIS
.Nm
.Op Fl vV
.Op Fl i Ar string
.Sh DESCRIPTION
The
.Nm
plays note by typing
.Em "QWERTYUIOP[]"
or
.Em "12 45 789 -=" .
Type
.Em ESC
key to quit
.Nm .
.Nm Piano
uses
.Pa /dev/speaker .
.Pp
Available option:
.Bl -tag -width flag
.It Fl v
The
.Fl v
option causes
.Nm
to generate
.Em "play-string language" .
.It Fl V
The
.Fl V
option is for
.Nm
usage.
.It Fl i Ar string
The
.Fl i
option initializes
.Pa /dev/speaker
by
.Ar string .
The default value is
.Ql "t160 o1 l16 ml" .
.El
.Sh FILES
.Bl -tag -width /dev/speakerxx
.It Pa /dev/speaker
speaker device file
.El
.Sh SEE ALSO
.Xr spkr 4
.Sh AUTHORS
.An Toshihiro Kanda Aq candy@kgc.co.jp
Nov. 1993