Skip to content

Step sequencer for Novation Launchpad MK1 (mirror of https://gitlab.com/hwestphal/svseq)

License

Notifications You must be signed in to change notification settings

hwestphal/svseq

Repository files navigation

svseq

svseq is a simple pattern based step sequencer built around the Novation Launchpad MK1 and the Sunvox sound engine. It supports the Ableton Link protocol and will synchronize automatically with other Link enabled applications.

Screenshots

Screenshots

Prerequisites

Build

git clone --recurse-submodules https://gitlab.com/hwestphal/svseq.git
cd svseq
poetry install
(cd audio && poetry run python setup.py build_ext --inplace)

Prepare instruments

Put your melody and percussion instruments as .sunsynth files at ./instruments.

All instruments should be bundled as meta-modules exposing appropriate controls (no. 6 to 9). Percussion instruments will be played at note C3, C4 up to C9.

Run

poetry run python main.py

About

Step sequencer for Novation Launchpad MK1 (mirror of https://gitlab.com/hwestphal/svseq)

Resources

License

Stars

Watchers

Forks