# Daisyy A small synthesizer/effect/whatever utilizing the [Daisy Seed DSP Board by Electrosmith](https://www.electro-smith.com/daisy/daisy). This is essentially a high powered Arduino with two audio inputs and two audio outputs, inputs for up to 12 knobs or faders and a ton of memory. This is how the unit looks like:  ## Features - 1.3" OLED Display (black and white) with 128×64 pixels - 8 Knobs (7 can be used in code, 1 is for input volume) - RGB-LED for display of input levels - DIN-MIDI in - Powered via USB - <u>Optional:</u> Mic Preamp (without Phantom power, needs external 12V power supply) Soldering instuctions [can be found here](solder_instructions.md) ## Software The Daisy Seed is a microcontroller with audio capabilities. This means it can become many different things depending on the code uploaded. The Daisy Seed can be programmed using multiple toolchains[^1] – in the course we will hover mainly use the Arduino IDE which can be downloaded on [arduino.cc](https://www.arduino.cc/en/software). After setting up the toolchain (see [here](https://github.com/electro-smith/DaisyWiki/wiki/1a.-Getting-Started-(Arduino-Edition)) for instructions), the code can be uploaded using the Arduino IDE and a USB-cable. [^1]: See Section *programmable in* on: [https://www.electro-smith.com/daisy/daisy](https://www.electro-smith.com/daisy/daisy) ### Finished Software If you don't want to program a lot yourself finished code to upload can be found here: | Project | Description | Framework | | ---------- | ---------------- | ------------------| | [daisy-looper](https://code.hfbk.net/sdiy/daisyy/daisyy-software/daisyy-looper) | A multi-buffer looper | Daisyduino | ## Schematic   