You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bsp2 91d069d451 add Linux makefiles for the add-on modules (+fix some minor GCC related issues +test the build) 6 years ago
..
deps add DrumKit, JW, and unless modules; fix duplicate Dexter wavetables; fix MPEToCV debug output; add+use RACK_PLUGIN_UI_* macro calls 6 years ago
res add DrumKit, JW, and unless modules; fix duplicate Dexter wavetables; fix MPEToCV debug output; add+use RACK_PLUGIN_UI_* macro calls 6 years ago
src add DrumKit, JW, and unless modules; fix duplicate Dexter wavetables; fix MPEToCV debug output; add+use RACK_PLUGIN_UI_* macro calls 6 years ago
LICENSE.txt add DrumKit, JW, and unless modules; fix duplicate Dexter wavetables; fix MPEToCV debug output; add+use RACK_PLUGIN_UI_* macro calls 6 years ago
Makefile add DrumKit, JW, and unless modules; fix duplicate Dexter wavetables; fix MPEToCV debug output; add+use RACK_PLUGIN_UI_* macro calls 6 years ago
README.md add DrumKit, JW, and unless modules; fix duplicate Dexter wavetables; fix MPEToCV debug output; add+use RACK_PLUGIN_UI_* macro calls 6 years ago
make.objects add DrumKit, JW, and unless modules; fix duplicate Dexter wavetables; fix MPEToCV debug output; add+use RACK_PLUGIN_UI_* macro calls 6 years ago
makefile.linux add Linux makefiles for the add-on modules (+fix some minor GCC related issues +test the build) 6 years ago
makefile.msvc add Linux makefiles for the add-on modules (+fix some minor GCC related issues +test the build) 6 years ago

README.md

DrumKit

Drum Modules for VCVRack.

A work in progress.

Currently

BD-9

16 bass drums based on the TR909.

Snare-N

16 snare drums based on the Novation Drumstation.

Closed HiHats

15 closed high hats.

Open HiHats

14 open high hats.

DMX

Full DMX Kit, starting at Octave 5, C#, and continuing for 12 steps.

Anything above/below this will not trigger a note. If a note is triggered, it will not trigger again until a note out of range is sent.

This is a very expiremental module.

Building

Building requires SynthDevKit, which will be checked out as part of the build initialization.

$ git clone https://github.com/JerrySievert/DrumKit
$ cd DrumKit
$ git submodule init
$ git submodule update
$ make