.TH RXKEY 1 "MIDI"
.SH NAME
rxkey - convert note numbers to RX11/RX15/RX21L instrument names
.SH SYNOPSIS
.B rxkey
[ # ] [ name]
.SH DESCRIPTION
.I Rxkey
either prints a table of Yamaha RX11/RX15 drum machine instrument names
and numbers, or, if given an instrument number or name as an argument,
prints the corresponding line from the table.
Instrument numbers may be decimal or hexadecimal (if prefixed with "0x").
.PP
Examples:
.Cs
rxkey
RX11 RX15 RX21  dec note hex
BD2   --   --    44  G#2  2c
BD1   BD   --    45  A2   2d
TOM4  --   --    47  B2   2f
TOM3 TOM3  --    48  C3   30
SD2   --   --    49  C#3  31
TOM2 TOM2  --    50  D3   32
RIM  RIM   --    51  D#3  33
SD1   SD   --    52  E3   34
TOM1 TOM1  --    53  F3   35
CLAP CLAP  --    54  F#3  36
COWB COWB  --    55  G3   37
SHAK SHAK  --    56  G#3  38
HHC  HHC   --    57  A3   39
HHO  HHO   --    59  B3   3b
CRSH CRSH  --    60  C4   3c
RIDE RIDE  --    62  D4   3e
 --   --  CONGL  64  E4   40
 --   --  CONGO  65  F4   41
 --   --  CONGM  66  F#4  42
 --   --  BONGL  67  G4   43
 --   --  BONGH  68  G#4  44
 --   --  TIMBL  69  A4   45
 --   --  TIMBH  70  A#4  46
 --   --  TAMBO  71  B4   47
 --   --  COWBL  72  C5   48
 --   --  CLAVE  73  C#5  49
 --   --  AGOGL  74  D5   4a
 --   --  AGOGH  75  D#5  4b
 --   --  CUICL  76  E5   4c
 --   --  CUICH  77  F5   4d
 --   --  WHST1  78  F#5  4e
 --   --  WHST2  79  G5   4f
.Ce
.Cs
rxkey 45
BD1   BD   --    45  A2   2d
.Ce
.SH AUTHOR
Peter Langston, Bell Communications Research
(bellcore!psl)
