diff options
author | Grissess <grissess@nexusg.org> | 2016-06-14 10:37:52 -0400 |
---|---|---|
committer | Grissess <grissess@nexusg.org> | 2016-06-14 10:37:52 -0400 |
commit | f5b2fde3224de430f0342c1da4f98c028ba11c94 (patch) | |
tree | dd6e84c833123f12b84d4de24c541bc3936a47c2 | |
parent | fd4e8f344bc7e38763871baf1f2208affa3cca59 (diff) |
Important documentation update
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -21,6 +21,16 @@ the machines on a LAN that you would like to beep along, and then run `broadcast.py` with the generated interval file on any machine also on that LAN (potentially also one of the clients). +# Requirements + +At present, `mkiv.py` and "live mode" require [vishnubob's +python-midi](https://github.com/vishnubob/python-midi) library. I haven't seen +a way to `easy_install`/`pip` this, so you'll just want to download and install +this the usual way: `python setup.py` in the cloned directory. On non-Linux +machines, you should turn off access to the ALSA sequencer; instructions on +doing so are on that project page. Note that live mode will not function on +these platforms. + # Troubleshooting In my experience, the most annoying errors come about as the following: |