
This is a programmable computer with 8-bit audio output.
Functionality
- It uses AtTiny1616 microcontroller which runs at 20Mhz.
- It's quite limited in terms of RAM, but it can be useful for creating audio sources and effects requires very little memory.
- Has two CV inputs with attenuators.
- Built-in low pass filter to smooth out the audio output if needed.
- MODE switch with LED indicator for implementing custom modes.
As of now, a 909 sampler is implemented as a firmware. More firmwares are in the works.
Inputs
- MIDI In
- CV1 In
- CV2 In
- Debug pin for the microcontroller
- Programming pin for the microcontroller
Outputs
- MIDI THRU
- Audio Out
- Audio Out
- GATE Out
- GATE Out
Controls
- CV1: Attenuate the CV1 input if provided, if not CV1 input is normalized to 3.3V.
- CV2: Attenuate the CV2 input if provided, if not CV2 input is normalized to 3.3V.
- MODE: Toggle button to select the mode.
Programming
This module can be programmed via the UDPI interface. We will provide a guide on how to do it soon.