Merge pull request #2 from symonty/main

Add mac instructions and image of it running under mac os
This commit is contained in:
Thomas Herrmann 2022-03-31 19:03:19 +02:00 committed by GitHub
commit d0d7ded22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB