Coding a Synthesizer in C (episode #4)

preview_player
Показать описание
A programming tutorial on how to create a synthesizer in C using Raylib. Been a while since I have got stuck into a programming project, so I'm using this opportunity to record the process. This is completely unedited so you'll get to see me waste a lot of time debugging and making silly mistakes :)

=== TOOLS ===
== Visual Studio Code.
== Tiny C Compiler (TCC) [included with raylib].
== Windows 10.

=== RESOURCES===
== Building a Numerically Controlled Oscillator
== Generating PolyBLEP Waveforms

=== CHAPTERS ===
0:00 - Welcome back, band-limited waveforms.
2:00 - Learning about sampling.
9:10 - Making a square wave out of sine waves.
25:40 - Leaning about band-limiting.
32:00 - Implementing a band-limited oscillator.
44:11 - Fixing the band-limited square wave.
Рекомендации по теме
Комментарии
Автор

Excellent series. Thanks for making it.

RockTo