An open API service indexing awesome lists of open source software.

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

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.)

![screen](screen.png)

## usage

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

# run
npm start
```