underbridge/README.md

60 lines
1.7 KiB
Markdown
Raw Normal View History

2022-03-28 19:17:52 +02:00
# Underbridge for OP-Z
## Multitrack exporter
2022-03-28 19:18:29 +02:00
---
2022-03-28 19:17:52 +02:00
2022-03-30 15:25:25 +02:00
## Despcription
2022-03-28 13:02:05 +02:00
2022-03-30 15:25:25 +02:00
- 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.
2022-03-28 13:02:05 +02:00
2022-03-29 13:30:14 +02:00
## Installation
### Ubuntu 20.10 LTS (If the binary in /dist doesn't work)
`sudo apt install portaudio19-dev`
`sudo apt install python3-tk`
`pip install python-rtmidi`
`pip install pyaudio`
`python3 underbridge.py` to start
### Linux binary
2022-03-28 13:02:05 +02:00
2022-03-29 13:30:14 +02:00
``./underbridge``
2022-03-28 19:21:26 +02:00
2022-03-29 13:30:14 +02:00
Underbridge_alt was packaged on a different system. Might help if you run into problems.
## Steps
- connect OP-Z via USB
- in /dist/ directory run ``./underbridge``
- Alternatively python3 underbridge.py in root directory. Make sure you have installed dependencies before..
2022-03-28 19:21:26 +02:00
2022-03-28 13:02:05 +02:00
### Single Pattern Mode
- Select Pattern you want to export
- Enter name for the project. This is used for the folder structure
- Get BPM from led code or Smartphone app.
- Enter BPM and longest Bar of you track (1-4)
- Optionally enter additional seconds at the end of the recording to capture reverb tails etc.
- Select pattern mode
- Select directory you want to record the waves to
- Click record and wait until finished.
### Project mode
2022-03-29 13:30:14 +02:00
- Select Porject and first Pattern you want to export on OP-Z.
- Enter name for the project. This is used for the folder structure
- Get BPM from led code or Smartphone app.
- Enter BPM
- Enter longest Bar of you track (1-4)
- Enter the Nr. of Patterns your song consists of.
- Optionally enter additional seconds at the end of the recording to capture reverb tails etc.
2022-03-28 13:02:05 +02:00
- Select project mode
2022-03-29 13:30:14 +02:00
- Select directory you want to record the waves to
- Click record and wait until finished.
2022-03-28 19:21:26 +02:00
2022-03-28 13:02:05 +02:00