From 56586e1ac8340aed8fe6ef3112c1bbb48b0e4c2c Mon Sep 17 00:00:00 2001 From: Thomas Herrmann Date: Thu, 31 Mar 2022 17:36:58 +0200 Subject: [PATCH] added troubleshoot section --- README.md | 14 +++++++++----- underbridge.py | 2 -- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1559203..79947c6 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,14 @@ - On Linux: ``./underbridge`` -Underbridge_alt was packaged on a different system. Might help if you run into problems. +Underbridge_alt was packaged on a different system. Might help if you run into problems. (Outdated) ## Installation _(Less easy way)_ ### Windows - Install Python 3.9 if not already, 3.10 seems to cause problems. +- install portaudio_dev : `apt install portaudio19-dev` - install mido : `pip install mido` - install rt-midi: `pip isntall rt-midi` - install pipwin: `pip install pipwin` @@ -33,10 +34,10 @@ Underbridge_alt was packaged on a different system. Might help if you run into p ### Ubuntu 20.10 LTS -`sudo apt install portaudio19-dev` -`sudo apt install python3-tk` -`pip install python-rtmidi` -`pip install pyaudio` + - `sudo apt install portaudio19-dev` +- `sudo apt install python3-tk` +- `pip install python-rtmidi` +- `pip install pyaudio` `python3 underbridge.py` to start @@ -68,3 +69,6 @@ Underbridge_alt was packaged on a different system. Might help if you run into p - Select project mode - Select directory you want to record the waves to - Click record and wait until finished. + +### Troubleshooting +- When the recorded audio contains buzzing or other artifacts try disabling the USB charging with "display" and "bottom right key" to disable. diff --git a/underbridge.py b/underbridge.py index 9245f29..1cf38de 100644 --- a/underbridge.py +++ b/underbridge.py @@ -367,6 +367,4 @@ start_recording.grid(row = 0, column = 5, padx =5, pady =2) tutorial.grid(row = 1, column = 0, padx =5, pady =5, columnspan=5) display.grid(row = 1, column = 0, padx =2, pady =10, columnspan= 7) - - root.mainloop() \ No newline at end of file