audiodev.blog
Blog of an audio programming enthusiast.
Code Your Own Synth Plugins / 11 Sep 2023
Learn the fundamentals of audio programming by building a fully-featured VST.
FFT Processing in JUCE / 5 Sep 2023
How to do STFT analysis and resynthesis of audio data in a JUCE plug-in.
Protect Your Ears / 2 Aug 2023
How to prevent mistakes in audio code from causing hearing damage.
MIDI Note Chart / 25 Jul 2023
A handy reference to look up MIDI notes and their frequencies.
Getting Started with Audio Programming / 3 Feb 2023
Books and other learning resources for new audio developers.
Explosions Through Filtered Noise / 13 Oct 2022
An old-school algorithm for making sounds go kaboom.
Random Numbers for Audio / 9 Oct 2022
Thread-safe random numbers for making white noise and more.