Fearless TSynth
This is a MIDI controlled polyphonic synthesizer,
loosely based on this TSynth by ElectroTechnique.
Instead of a big control panel with potientometers the Fearless TSynth uses
a 320x240 color display and rotary encoder knobs.
This makes it able to fit in a Eurorack size panel.
Features:
The Fearless TSynth technology (Teensy 4 plus Raspberry Pi Pico) is also used for the Teensy Drone and Teensy FX Eurorack modules.
Operation
Navagation Knob:
Data Knobs:
Saved Patches:
There is storage for 128 patches on board.
Any patch can be assigned to a channel (1,2,3,10) manually using the "Load" button or programmatically using MIDI Program Change commands.
Changes to a patch are not saved until "Save As" or "Save All" is pressed.
Teensy Audio
The audio synthesis is handled by Teensy 4.x with Audio Shield.
The audio component is headless, controlled by MIDI only.
Voices are connected dynamically to patches.
Each voice has two oscillators, LFO and modulation sources, effects, filter, and envelope.
Plus noise, chorus, unison and ensemble effects.
User Interface
The user interface is handled by one of the RP2040 cores.
The other RP2040 core receives MIDI from a keyboard
and sends it to the Teensy audio component.
The user interface is also capable of exporting and importing all of the patches in CSV format.
Design Documents
Schematic Diagram | TSynth_N505_schematic.pdf |
PCB Gerbers | gerbers_N505.zip |
Mechanical | TSynth Eurorack Panel.stl |
Source Code - Teensy4 | Arduino_Teensy4.zip |
Source Code - RP2040 | Arduino_RP2040.zip |
Front Panel Module | Six Dial Panel Module |
Navigation Dial Module | VelociBus Modules |
Build Pictures