Skip to content

joulupukki/hothouse-effects

Repository files navigation

Hothouse Effects

This is my own personal collection of effects built for the Hothouse DSP Pedal. Additional example effects can be found in their Hothouse Exmaples repo.

Effects

Flick: A reverb, tremolo, and delay pedal in one.

Platerra: A reverb based on the Dattorro reverb.

MutableRings: A pedal with three styles of reverb.

Installation

Create a daisy-seed/ directory on your computer.

mkdir daisy-seed

Inside of the daisy-seed/ directory, clone this project:

git clone https://github.com/joulupukki/hothouse-effects.git

Download the submodules (third-party code that this project depends on): libDaisy, DaisySP, and PlateauNEVersio.

cd hothouse-effects
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 one of the effects subdirectories (src/xyz) and run make.

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

make program-dfu

Note: With any of the Hothouse Example effects installed or the Platerra installed onto your Hothouse, you can put the Hothouse into DFU mode by pressing and holding the left footswitch button for 3 seconds. Keep pressing it until the LED lights flash alternatively.

License

The project is licensed under the GNU General Public License (GPL) for open-source use. Some files use a different license. See specific files for per-file licensing.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published