Is "Designing Software Synthesizer Plugins in C++" by Will Pirkle for you? Book review
Should you read it? 📚
Posted by
Jan Wilczek
on March 27, 2025 ·
10 mins read
Android Synthesizer App Tutorial Part 6: C++ Wavetable Synthesizer
The epic conclusion to our Android synthesizer app!
Posted by
Jan Wilczek
on November 03, 2022 ·
24 mins read
Android Synthesizer App Tutorial Part 5: How To Play Back Sound on Android Using C++ and Oboe Library
Connect to Android’s audio device from C++ code.
Posted by
Jan Wilczek
on October 23, 2022 ·
20 mins read
Android Synthesizer App Tutorial Part 4: How to Call C++ Code From Kotlin with JNI and External Functions
Learn to use C/C++ code on Android with the NDK and CMake.
Posted by
Jan Wilczek
on October 09, 2022 ·
30 mins read
Android Synthesizer App Tutorial Part 3: ViewModel Using Coroutines
Modern Android architecture in its glory!
Posted by
Jan Wilczek
on September 11, 2022 ·
28 mins read
Android Synthesizer App Tutorial Part 2: User Interface with Jetpack Compose
Learn easily how to create a modern UI of Android apps!
Posted by
Jan Wilczek
on August 10, 2022 ·
23 mins read
Android Synthesizer App Tutorial Part 1: App Architecture
Built using Jetpack Compose, Oboe library, C++, Kotlin, and modern architecture guidelines.
Posted by
Jan Wilczek
on August 02, 2022 ·
7 mins read
Simple Wavetable Synth in Rust Tutorial
Let’s write a wavetable synthesizer in Rust!
Posted by
Jan Wilczek
on October 15, 2021 ·
16 mins read
Wavetable Synth Plugin in JUCE C++ Framework Tutorial
Let’s write a wavetable synthesizer in JUCE C++ framework!
Posted by
Jan Wilczek
on September 24, 2021 ·
22 mins read
Wavetable Synth in Python Tutorial
Let’s write a wavetable synthesizer in Python!
Posted by
Jan Wilczek
on August 27, 2021 ·
9 mins read
Wavetable Synthesis Algorithm Explained
How to generate sound in code using the wavetable synthesis technique?
Posted by
Jan Wilczek
on August 13, 2021 ·
24 mins read