Simple drum machine code for Hothouse DSP Pedal Kit
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