Easy configurable drum machine/sequencer. Controlled by MIDI, emiting MIDI.
The goal of this small piece of software is to make simple textually configurable drum machine where individual drum loops can be switched using midi.
It is pretty basic piece of software... but it works. However, stdout is full of debug output, some features are not implemented yet
- Jack
- Cmake (build time)
- C++11 compatible compiler
It's basically just repository checkout and cmake call
$ git clone [email protected]:sukovec/jackmididrummer.git
$ cd jackmididrummer
$ mkdir build ; cd build
$ cmake ..
$ mv config.example config
$ ./jackmididrummer
Configuration is pretty straightforward, look into config.example