Merge pull request #2 from symonty/main
Add mac instructions and image of it running under mac os
This commit is contained in:
commit
d0d7ded22f
13
README.md
13
README.md
@ -15,6 +15,7 @@
|
||||
- On Linux:
|
||||
``./underbridge``
|
||||
|
||||
|
||||
Underbridge_alt was packaged on a different system. Might help if you run into problems. (Outdated)
|
||||
|
||||
## Installation _(Less easy way)_
|
||||
@ -32,6 +33,18 @@ Underbridge_alt was packaged on a different system. Might help if you run into p
|
||||
|
||||
- run `python underbridge.py`
|
||||
|
||||
### Mac Install - ( tested on Mac OS Monterey 12.3 )
|
||||
|
||||
install portaudio: `brew install portaudio`
|
||||
install mido: `pip install mido`
|
||||
install tk: `brew install python-tk`
|
||||
install rt-midi: `pip install python-rtmidi`
|
||||
install pyaudio: `pip install pyaudio`
|
||||
|
||||
**Set OP-Z device as input in sound of system preferences**
|
||||
|
||||
open terminal and type: `python3 underbridge.py` to start
|
||||
|
||||
### Ubuntu 20.10 LTS
|
||||
|
||||
- `sudo apt install portaudio19-dev`
|
||||
|
BIN
underbridge_mac.png
Normal file
BIN
underbridge_mac.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Loading…
Reference in New Issue
Block a user