Audrey II is a horrorscape synthesizer used by film composers, sound designers and composers.
Order the faceplate only:
➡️ Audrey II Touch Faceplate
Or get the full Simple Touch package, including all faceplates — Audrey, Bass, String, FX, and Blank:
🎛️ Order Simple Touch
📘 Manual coming soon!
- Download the .bin file from this repository.
- Hold down BOOT and then press RESET, then release both buttons. This will put the Daisy into BOOT MODE (you can tell you did it right if the top LED stops flashing).
- Upload the firmware via the web flash tool.
- Follow the Daisy Developer Setup Guide to install the required toolchain (ARM GCC, Make, etc.).
- Clone this repository
- Install the submodules via
git submodule update --init --recursive
cd lib/DaisySP/
make
cd ../libDaisy/
makemake clean ; make;The resulting .bin file will appear in the build/ directory.
- To flash directly from your computer (via USB DFU mode):
make program-dfu- OR use the web flash tool
