Trying to make a pretty basic but functional synthesizer aimed at kids to learn sound design with. It should have a spec sheet good enough to make common sounds like a piano,flute etc. "Jeannie" by Rolf at TubeOhm was quite inspiring, but is very advanced for my knowledge of sound synthesis. The Audio tutorial for the audio library has been useful. I've been able to get basic implementation of a filters, envelopes. Values like ADSR and cutoff frequency are adjustable with potentiometers. I am struggling with implementing LFOs and other features similar to the Jeannie synth. I want to make a waveform bank similar to "Jeannie". I am not too familiar with polyphony and multi-voice synthesis, but I do want to make the most of teensy's capabilities for this project.
Can someone provide a sort of "spec list" of what kind of synthesizer is achievable with the teensy, with some cheap discrete hardware? Is there another example synthesizer project made with the teensy ? Something similar to vital is what im trying to achieve.
Something I definitely want to replicate almost exactly from "Jeannie" is the display menu. This is also the biggest challenge since the whole interface will I have already made a post on it here. Any help there is also appreciated.
Features like a sequencer, MIDI IN/OUT will be implemented much later when I have the sound synthesis part down.
Any guide, resource or learning platform is appreciated. Or, if there is another forum that is more active, or a discord server, I'd love to join that too.
Thanks in advance.
Can someone provide a sort of "spec list" of what kind of synthesizer is achievable with the teensy, with some cheap discrete hardware? Is there another example synthesizer project made with the teensy ? Something similar to vital is what im trying to achieve.
Something I definitely want to replicate almost exactly from "Jeannie" is the display menu. This is also the biggest challenge since the whole interface will I have already made a post on it here. Any help there is also appreciated.
Features like a sequencer, MIDI IN/OUT will be implemented much later when I have the sound synthesis part down.
Any guide, resource or learning platform is appreciated. Or, if there is another forum that is more active, or a discord server, I'd love to join that too.
Thanks in advance.