Skip to content

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

License

Notifications You must be signed in to change notification settings

sukovec/jackmididrummer

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 [email protected]: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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages