Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 744 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 744 Bytes

HothouseDrumMachine

Simple drum machine code for Hothouse DSP Pedal Kit

Installation

Clone the project first:

git clone https://github.com/mateuszwojt/HothouseDrumMachine.git

Initialize the submodules (this project depends on libDaisy and DaisySP):

cd HothouseDrumMachine
git submodule update --init --recursive

Build libDaisy and DaisySP (this may take a while):

make -C libDaisy
make -C DaisySP

Once that is done, you should be able to go into the effect source code (src/DrumMachine) and run make.

To install the effect onto the Hothouse pedal, put your Hothouse into DFU mode and run:

make program-dfu