1AMIDI(1)                    General Commands Manual                   AMIDI(1)
2
3
4

NAME

6       amidi - read from and write to ALSA RawMIDI ports
7
8

SYNOPSIS

10       amidi [-p port] [-s file | -S data] [-r file] [-d] [-t seconds] [-a]
11
12

DESCRIPTION

14       amidi  is a command-line utility which allows to receive and send SysEx
15       (system exclusive) data from/to external MIDI  devices.   It  can  also
16       send any other MIDI commands.
17
18       amidi  handles  only files containing raw MIDI commands, without timing
19       information.  amidi does not support Standard MIDI  (.mid)  files,  but
20       aplaymidi(1) and arecordmidi(1) do.
21
22

OPTIONS

24       Use  the  -h,  -V,  -l, or -L options to display information; or use at
25       least one of the -s, -r, -S, or -d options to specify what data to send
26       or receive.
27
28
29       -h, --help
30              Help: prints a list of options.
31
32
33       -V, --version
34              Prints the current version.
35
36
37       -l, --list-devices
38              Prints a list of all hardware MIDI ports.
39
40
41       -L, --list-rawmidis
42              Prints all RawMIDI definitions.  (used when debugging configura‐
43              tion files)
44
45
46       -p, --port=name
47              Sets the name of the ALSA RawMIDI port to use.  If this  is  not
48              specified, amidi uses the default port defined in the configura‐
49              tion file (the default for this is port 0 on card 0,  which  may
50              not exist).
51
52
53       -s, --send=filename
54              Sends  the contents of the specified file to the MIDI port.  The
55              file must contain raw MIDI commands  (e.g.  a  .syx  file);  for
56              Standard MIDI (.mid) files, use aplaymidi(1).
57
58
59       -r, --receive=filename
60              Writes data received from the MIDI port into the specified file.
61              The file will contain raw MIDI  commands  (such  as  in  a  .syx
62              file);  to  record  a  Standard  MIDI  (.mid) file, use arecord‐
63              midi(1).
64
65              amidi will filter out any Active Sensing bytes (FEh), unless the
66              -a option has been given.
67
68
69       -S, --send-hex="..."
70              Sends  the  bytes  specified  as hexadecimal numbers to the MIDI
71              port.
72
73
74       -d, --dump
75              Prints data received from the MIDI port  as  hexadecimal  bytes.
76              Active  Sensing  bytes  (FEh)  will  not be shown, unless the -a
77              option has been given.
78
79              This option is useful for debugging.
80
81
82       -t, --timeout=seconds
83              Stops receiving data when no data  has  been  received  for  the
84              specified amount of time.
85
86              If  this  option  has  not been given, you must press Ctrl+C (or
87              kill amidi) to stop receiving data.
88
89
90       -a, --active-sensing
91              Does not ignore Active Sensing bytes (FEh) when saving or print‐
92              ing received MIDI commands.
93
94

EXAMPLES

96       amidi -p hw:0 -s my_settings.syx
97              will send the MIDI commands in my_settings.syx to port hw:0.
98
99
100       amidi -S 'F0 43 10 4C 00 00 7E 00 F7'
101              sends an XG Reset to the default port.
102
103
104       amidi -p hw:1,2 -S F0411042110C000000000074F7 -r dump.syx -t 1
105              sends  a  “Parameter  Dump  Request”  to  a GS device, saves the
106              received parameter data to the file dump.syx,  and  stops  after
107              the  device  has  finished  sending  data (when no data has been
108              received for one second).
109
110
111       amidi -p virtual -d
112              creates a virtual RawMIDI port and prints all data sent to  this
113              port.
114
115

FILES

117       /usr/share/alsa/alsa.conf default rawmidi definitions
118       /etc/asound.conf system-wide rawmidi definitions
119       ~/.asoundrc user specific rawmidi definitions
120
121

SEE ALSO

123       aplaymidi(1)
124       arecordmidi(1)
125
126

AUTHOR

128       Clemens Ladisch <clemens@ladisch.de>
129
130
131
132                                  26 Jun 2006                         AMIDI(1)
Impressum