Skip to content

Commit

Permalink
Merge branch 'master' into experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kelly committed Dec 20, 2018
2 parents 58ab8d9 + ca05813 commit dcf5d83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions FAQ.md
@@ -0,0 +1,9 @@
# FAQ

1. If you are finding that the client connecting to raveloxmidi is reporting issues trying to connect to an IPv6 address and you do NOT have IPv6 networking, you need to edit /etc/avahi/avahi-daemon.conf and set:
```
use-ipv6=no
publish-aaaa-on-ipv4=no
```
Obviously, if you want to use IPv6, both those options should be set to yes
You will need to restart Avahi for those changes to be picked up.
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# RaveloxMIDI

Please read **FAQ.md**

raveloxmidi is a simple proxy to send MIDI NoteOn, NoteOff, Control Change (CC) and Program Change (PC) events from the local machine via RTP MIDI or to receive any MIDI events from a remote source via RTP MIDI and write them to a file.

The reason for writing this was to generate note events from a Raspberry Pi to send them to Logic Pro X. In particular, using the Raspberry Pi to handle input from drum pads. As some people have started to use this, there have been several requests for the ability to send Control Change and Program Change events too. I've included some very basic python scripts for testing.
Expand Down

0 comments on commit dcf5d83

Please sign in to comment.