https://github.com/yeeking/snakestep
Step sequencer written in Python
https://github.com/yeeking/snakestep
Last synced: 6 days ago
JSON representation
Step sequencer written in Python
- Host: GitHub
- URL: https://github.com/yeeking/snakestep
- Owner: yeeking
- License: mit
- Created: 2014-11-30T21:55:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T10:46:28.000Z (over 10 years ago)
- Last Synced: 2025-05-07T10:43:59.391Z (about 1 month ago)
- Language: Python
- Size: 168 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
snakestep is a Step sequencing for sequencing synths and drum machines.
I am making it so I can use my Raspberry PI to sequence my synths etc, so
I don't need a normal computer to do it. There is a design challenge to
use the simplest possible GUI such that it can display on a cheap
sysinfo type display LCD sys info, with this library:https://github.com/dangardner/pylcdsysinfo
https://github.com/dangardner/pylcdsysinfo.gitIt is based on an earlier thing called the FinnPhonium, which was built as a
function sequencer, relying on supercollider but with a Processing GUI.