Skip to content

mateuszwojt/HothouseDrumMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple drum machine code for Hothouse DSP Pedal Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published