Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 762 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 762 Bytes

Sequencer-rs

This is a programmable sequencer. The sequencer interfaces over MIDI, OSC or UDP. The application doesn't make sound on it's own, and it is not a synthesizer. The intended usage is live coding environments and modular synthesizers (using CV-rs).

Quickstart

git clone https://github.com/MauricevanLeeuwen/seq-rs
cd seq-rs
cargo run

Implementation

Usage

q Quit
h cursor left
j cursor down
k cursor up
l cursor right

Extra

Create control voltages for a modular setup: CV-rs