Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
27718f3e29 | ||
|
85c7df594b | ||
|
ebc097d901 | ||
|
28f4ef3334 |
13
.github/FUNDING.yml
vendored
Normal file
13
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
github: BKLronin # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
|
patreon: # Replace with a single Patreon username
|
||||||
|
open_collective: # Replace with a single Open Collective username
|
||||||
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
|
liberapay: # Replace with a single Liberapay username
|
||||||
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
|
otechie: # Replace with a single Otechie username
|
||||||
|
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
||||||
|
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
20
README.md
20
README.md
@@ -5,16 +5,19 @@
|
|||||||
## Description
|
## Description
|
||||||
|
|
||||||
- Exports patterns and projects individual audio tracks to seperate folders for use in your DAW.
|
- Exports patterns and projects individual audio tracks to seperate folders for use in your DAW.
|
||||||
- Python cross plattform with single file binary for x86 linux.
|
- Python cross plattform with single file binary for x86 linux Windows and Mac.
|
||||||
|
|
||||||
## Using Packaged single file Binarys _(The easy way)_
|
## Using Packaged single file Binarys _(The easy way)_
|
||||||
|
|
||||||
- Executables reside in the folder `/dist/`
|
- Executables reside in the folder `/dist/` or in the release tab.
|
||||||
- on Windows
|
- on Windows
|
||||||
`underbridge.exe`
|
``underbridge.exe``
|
||||||
- On Linux:
|
- On Linux:
|
||||||
``./underbridge``
|
``./underbridge``
|
||||||
|
- on Mac
|
||||||
|
Open terminal and change directory to where the underbridge_mac file is located and execute:
|
||||||
|
``chmod 755 underbridge_mac``
|
||||||
|
``./underbridge_mac`` or ``open underbridge_mac``
|
||||||
|
|
||||||
Underbridge_alt was packaged on a different system. Might help if you run into problems. (Outdated)
|
Underbridge_alt was packaged on a different system. Might help if you run into problems. (Outdated)
|
||||||
|
|
||||||
@@ -23,13 +26,13 @@ Underbridge_alt was packaged on a different system. Might help if you run into p
|
|||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
- Install Python 3.9 if not already, 3.10 seems to cause problems.
|
- 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 mido : `pip install mido`
|
||||||
- install rt-midi: `pip isntall rt-midi`
|
- install rt-midi: `pip isntall rt-midi`
|
||||||
- install pipwin: `pip install pipwin`
|
- install pipwin: `pip install pipwin`
|
||||||
- install pyaudio `pipwin install pyaudio`
|
- install pyaudio `pipwin install pyaudio`
|
||||||
|
|
||||||
**Activate OP-Z device input in sound settings of windows and make it default**
|
**- Activate OP-Z device input in sound settings of windows and make it default (Should detect automatically just to be sure. **
|
||||||
|
**- Close all other Applications that might use any audio source like your Browser etc **
|
||||||
|
|
||||||
- run `python underbridge.py`
|
- run `python underbridge.py`
|
||||||
|
|
||||||
@@ -47,7 +50,7 @@ open terminal and type: `python3 underbridge.py` to start
|
|||||||
|
|
||||||
### Ubuntu 20.10 LTS
|
### Ubuntu 20.10 LTS
|
||||||
|
|
||||||
- `sudo apt install portaudio19-dev`
|
- `sudo apt install portaudio19-dev`
|
||||||
- `sudo apt install python3-tk`
|
- `sudo apt install python3-tk`
|
||||||
- `pip install python-rtmidi`
|
- `pip install python-rtmidi`
|
||||||
- `pip install pyaudio`
|
- `pip install pyaudio`
|
||||||
@@ -85,3 +88,4 @@ open terminal and type: `python3 underbridge.py` to start
|
|||||||
|
|
||||||
### Troubleshooting
|
### Troubleshooting
|
||||||
- When the recorded audio contains buzzing or other artifacts try disabling the USB charging with "display" and "bottom right key" to disable.
|
- When the recorded audio contains buzzing or other artifacts try disabling the USB charging with "display" and "bottom right key" to disable.
|
||||||
|
- If the playback of the OP-Z starts correctly but no tracks are muted check that MIDI IN in the OP-Z app or via combo is enabled.
|
||||||
|
BIN
dist/underbridge.exe
vendored
BIN
dist/underbridge.exe
vendored
Binary file not shown.
Reference in New Issue
Block a user