Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor fixes to documentation #103

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You will need to restart Avahi for those changes to be picked up.
The autotools configure script will automatically detect the presence of ALSA libraries and will build the code for support.
raveloxmidi uses the rawmidi interface so the snd-virmidi module must be loaded.

The following steps can be taken to test everything is working:
The following steps can be taken to test if everything is working:

1. Ensure the snd-virmidi module is loaded.

Expand Down Expand Up @@ -77,7 +77,7 @@ client 20: 'Virtual Raw MIDI 1-0' [type=kernel,card=1]

This shows that ```hw:1,0,0``` is port ```20:0```

7. Connected the port to timidty:
7. Connect the port to timidty:

```aconnect 20:0 128:0```

Expand Down
3 changes: 1 addition & 2 deletions raveloxmidi/man/raveloxmidi.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ The available options are:
.TP
.B network.bind_address
IP address that raveloxmidi listens on. This can be an IPv4 or IPv6 address.
.br
Default is 0.0.0.0 ( meaning all IPv4 interfaces ). IPv6 equivalent is ::
You can use 0.0.0.0 (meaning all IPv4 interfaces) or ::, its IPv6 equivalent.
.br
This \fBmust\fP be set in the configuration file for raveloxmidi to run.
.TP
Expand Down