Category

Audio Plugins

VST3/AU plugins and embedded DSP firmware, all hand-written from scratch.

Bonfire Bass

Bonfire Bass

Shipped

Genre-aware bassline synthesizer + sequencer plugin with intelligent pattern generation and groove humanization.

Language: C++20 (ISO, no extensions)Framework: JUCE 8.0.12 (FetchContent)Build: CMake 3.22+UI: React 18 + Vite 5 + Tailwind CSS 3, embedded via JUCE WebBrowserComponent
Bonfire Chords

Bonfire Chords

In Development

Polyphonic chord synthesizer with intelligent voicing, triple oscillators, and inter-plugin sync.

Language: C++20 (no extensions)Framework: JUCE (latest, FetchContent)Build: CMake 3.22+Shared Library: BonfireDSP — reusable DSP library with 6 filter models, 6 effects, MSEG, LFO, wavetable loader, and music theory types. Designed for reuse across the Bonfire Audio plugin family.
Keystone Musical Instruments

Keystone Musical Instruments

Shipped

CTO at Keystone Musical Instruments. Sole engineer and technical decision-maker.

7 shipped guitar effect pedals with embedded firmware on STM32H750. Launched January 2026 and selling at keystonemusical.com.

MCU: STM32H750 (ARM Cortex-M7, 480MHz) via Daisy SeedMemory: 128KB Flash + 480KB SRAM + 64MB SDRAM + 8MB QSPI FlashAudio: 24-bit/96kHz stereo codec, DMA-managed buffersLanguages: C++, ARM assembly (VTOR/FPU setup)
Keystone VST Plugins

Keystone VST Plugins

In Development

CTO at Keystone Musical Instruments. Sole developer.

11 VST3/AU effect plugins sharing identical DSP cores with the shipped hardware pedals. Same algorithms, same audio quality, different platform.

Framework: JUCE 8.0.3 (VST3 + AU + Standalone)Language: C++17Build: CMake 3.15+UI: Native JUCE components (custom knob, toggle switch, and pedal background components)
SoundPrivate Reference

SoundPrivate Reference

Shipped

Professional audio analysis tool with EBU R128 loudness metering, spectrum, stereo field, and dynamics. Available as a macOS app and AU plugin.

Language: Swift (pure Swift + C interop for libebur128)UI: SwiftUIAudio: AVFoundation, AVAudioEngine, Accelerate/vDSP (FFT, filtering, peak detection)Loudness: libebur128 C library (EBU R128 standard)