Forum Rule: Always post complete source code & details to reproduce any issue!
-
Member
[queued] Teensy polyphonic FM synth
Hi,
I recently started working on making my own synth because I can’t afford to buy one but I have already a Teensy 3.2 with its Audio Board.
So I made a simple polyphonic FM synth, that is also standalone, meaning I can connect my Launchpad to it to play notes without a computer in between.
The setup is really simple, I just have a USB Host chip connected to the Teensy, and then I can plug the Launchpad or any Midi instrument to it via USB.
Here is a demo:
https://www.instagram.com/p/B3GKMzYJa9i/
For now I don’t have any potentiometer connected to it to adjust parameters while playing so the envelope and the modulator frequency are fixed but I’m planning on doing that.
I open sourced it on my GitHub. It’s at a very early stage but you can already use it or even contribute:
https://github.com/ghostintranslation
Let me know your thoughts!
-
I very much like your approach for patching a polyphonic synth without too much effort. It makes complex synth designs a lot more manageable.
Thanks for posting your code.
-
Member
Thanks, yes I'm trying to keep it simple
-
Member
I just added potentiometers to play with a few settings, here is a new demo:
https://www.instagram.com/p/B3dC9hZhGUw/
I pushed the code on GitHub again.
-
Member
Hey,
Here is finally a complete demo of my synth including raw audio and demos with reverb at the end.
It uses Teensy 3.2 but will be updated to Teensy 4.0 as soon as it is ready for Audio over USB and Midi over USB, I saw it is on beta still.
Features
- FM, AM and Ring synthesis with 1 carier and 1 modulator
- Polyphonic synth, Arpeggiator and Drone modes
- Controllable modulator gain and frequency
- Controllable Attack, Decay, Release
- MIDI over USB
- MIDI through the Hobbytronics USB Host Board Controller
- Audio jack output
- Audio over USB
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules