Uploaded February 2017 | Updated September 2026, 1 week ago
This is a glimpse into the future showing the progress of my completely home made sound synthesizer. Only the "waveout" API is used to send wave-forms to the sound card, everything else is coded from first principles: oscillators, envelopes, sequencing, polyphony...
The score is read from a midi file, which you see being parsed at the start. These events are then fed to the oscillator controller, through the envelopes and frequency modulator, to the sound card.
If this has caught your interest, please see my other "Code-It-Yourself" Synthesizer videos, where I talk through from scratch how to do all this.
This is a glimpse into the future showing the progress of my completely home made sound synthesizer. Only the "waveout" API is used to send wave-forms to the sound card, everything else is coded from first principles: oscillators, envelopes, sequencing, polyphony...
The score is read from a midi file, which you see being parsed at the start. These events are then fed to the oscillator controller, through the envelopes and frequency modulator, to the sound card.
If this has caught your interest, please see my other "Code-It-Yourself" Synthesizer videos, where I talk through from scratch how to do all this.










