/microtracker

minimalistic microtonal step sequencer

Primary LanguageCOtherNOASSERTION

Microtracker is a program for composing four-channel music in 53-tone equal temperament and just intonation. The program is intentionally kept simple to avoid complexity and distractions. The user interface is keyboard-based and direct, allowing operation via muscle memory so that the user can concentrate on the creative process.

Build instructions for linux:
1) Install jack
2) cd plugins
   make
   cd ../microtracker
   make

How to run it:
1) cd microtracker
2) ./main

Key bindings are defined in microtracker/src/editor.c.