https://github.com/konsumer/seqgrrl
A text-based music-tracker designed to run on a PiGrrl
https://github.com/konsumer/seqgrrl
Last synced: 8 months ago
JSON representation
A text-based music-tracker designed to run on a PiGrrl
- Host: GitHub
- URL: https://github.com/konsumer/seqgrrl
- Owner: konsumer
- Created: 2018-06-04T03:02:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T05:49:19.000Z (about 8 years ago)
- Last Synced: 2025-02-13T16:22:18.602Z (over 1 year ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP
This is currently just a placeholder for ideas.
A text-based music-tracker designed to run on a [PiGrrl](https://learn.adafruit.com/pigrrl-2)
This is a simple-control-driven interface (just the buttons on a nintendo-style controller) that can run on a low-end machine (runs great on pi.)

## usage
```
# installation
git clone https://github.com/konsumer/seqgrrl.git
cd seqgrrl
npm i
# run
npm start
```