Google Summer of Code 2026

Full article

I completed a Google Summer of Code project during Summer of 2026! The project was to add support for the Faust programming language to Bespoke Synth, a modular synthesizer.

Faust is a language that lets you make audio effects, synthesizers, and pretty much any other audio-related thing you can imagine. The coolest part about it is it can be embedded into another application and run in real time. These properties are very desirable for music production environments like modular synthesizers, where you want maximum freedom of expression.

For my project, I created integration in BespokeSynth, where you can write Faust code, create user interfaces with it, and make your own custom modules.