midiDmon.1
1.1 KB
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
.TH midiDmon 1P local "Silicon Graphics, Inc."
.SH NAME
midiDmon \- Midi Receiving Daemon for Ultra 64 audio
.SH SYNOPSIS
\f3midiDmon\f1 [-v] -b <BankFile>
.SH DESCRIPTION
Midi Daemon is used to play midi on the Ultra 64 in real time. The
Midi Daemon requires that you specify the name of a bank file to
load. You specify this name without any extensions. The bank should
already be built using IC, and the files must have
.I \.ctl,
.I \.tbl,
and
.I \.sym
extensions. You use the -b argument to specify the bank file. Midi
Daemon also has a -v flag for verbose operation. The following
is an example of a typical command line to start Midi Daemon.
.SH EXAMPLE
midiDmon -b ../banks/GenMidiBank
.PP
When the Midi Daemon is ready to begin receiving midi, it will play a single
note, of middle C, on the first instrument in the bank that was loaded. This
is your cue that all is well.
.PP
Command line options are:
.RS 5
.TP 12
.B -v
turns on verbose mode. This is mainly useful for verifying that midi is
correctly set up.
.TP
.B \-b <BankName>
specifies a set of bank files to be used. No extension should be given.