Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jack Midi Drummer

Easy configurable drum machine/sequencer. Controlled by MIDI, emiting MIDI.

The goal

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.

Current status

It is pretty basic piece of software... but it works. However, stdout is full of debug output, some features are not implemented yet

Prerequisities

  • Jack
  • Cmake (build time)
  • C++11 compatible compiler

How to build

It's basically just repository checkout and cmake call

$ git clone git@github.com:sukovec/jackmididrummer.git
$ cd jackmididrummer
$ mkdir build ; cd build
$ cmake ..
$ mv config.example config
$ ./jackmididrummer

Configuration

Configuration is pretty straightforward, look into config.example

About

Automatic drummer/drum loop player for JACK, controlled by midi

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages