reo6 / foss505

A fully digital loop station built for live performing. A Boss rc505 alternative.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disclaimer: This project is currently at the early development. Expect bugs.

Note: I had an accident with my GitHub account and the commit history is reset. I've had to upload the PYPI version of the project.

Installation

I didn't test for operating systems other than linux for now. A running Jack server and -probably- a patchbay (qpwgraph, qjackctl etc.) required.

Using pipx (Recommended)

pipx install foss505

pipx will install the program in a clean environment for you. But you can alternatively do the:

Using pip

pip install foss505

Development Setup

Make sure you have poetry installed on your system.

git clone https://github.com/reo6/foss505
cd foss505/
poetry install

Building:

poetry build

Installing:

pip install dist/foss505-X-X-X-py3-none-any.whl

Usage

Running the program:

# Assuming that you have $HOME/.local/bin on your PATH.
foss505

About

A fully digital loop station built for live performing. A Boss rc505 alternative.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%