Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrslev/playbacker
An app for live music performances
https://github.com/vrslev/playbacker
audio live-performance python-audio
Last synced: about 1 month ago
JSON representation
An app for live music performances
- Host: GitHub
- URL: https://github.com/vrslev/playbacker
- Owner: vrslev
- License: mit
- Created: 2022-03-09T09:44:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T06:21:20.000Z (7 months ago)
- Last Synced: 2024-06-01T15:33:50.990Z (6 months ago)
- Topics: audio, live-performance, python-audio
- Language: Python
- Homepage:
- Size: 1.4 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playbacker
Local web application for managing playback on live music performances (metronome, cues and backing tracks).
## Rational
Usually people use Ableton Live, Logic Pro or any other DAW for performances. I had issues with this kind of setup: too big, clumsy and does require a lot of time and manual work.
There's [MultiTracks' Playback](https://www.multitracks.com/products/playback/), but you have to pay a subscription to get important functionality. Also, it doesn't seem that robust.## Solution
Make my own app! 😃
- Works only on macOS
- Configurable channel map
- Storage based on simple YAML files## Installation
```sh
pip install playbacker
```Or better of with pipx:
```sh
pipx install playbacker
```## Usage
- Set up configuration, setlist and song storage files (see /example directory)
- Run `playbacker `, for example, `playbacker default`