Get in touch
INDEPENDENT MUSIC SOFTWARE — FREE FOREVER

Technical Debt.
Make the plugin you always needed.

Made by one. Free for all.

CURRENTLY IN THE LAB

Instruments and tools for performance.

01 / INSTRUMENTS

Current projects

Free tools from the workbench.
Built with curiosity. Used loudly.

Say So voice control interface for Ableton Live VOICE / AUTOMATION EARLY ACCESS
TD-007

Say So

VOICE CONTROLLER

Hands-free control for Ableton Live. Talk to your DAW — transport, tempo, tracks, mixer, clips, and chord composing via M2TM Notes. Constrained grammar means it only hears words it understands.

  • 01 Constrained speech recognition — no more wrong words
  • 02 Full Ableton control: transport, tempo, tracks, clips, mix
  • 03 Hands-free chord progression composing via M2TM Notes
Keydence MIDI performance plugin interface MIDI / PERFORMANCE IN DEVELOPMENT
TD-001

Keydence

MIDI CONTROLLER

A chord voicing MIDI plugin inspired by Orchid. Play a note and get a full chord — then move through voicing inversions in real time to find the smoothest path between chords. Free alternative to $649 hardware.

  • 01 Intelligent voice leading between chord changes
  • 02 Real-time voicing inversion control
  • 03 Key mode — every note stays in scale automatically
Dank Machine XT groove instrument interface GROOVE / SEQUENCER FREE DOWNLOAD
TD-004

Dank Machine XT

GROOVE INSTRUMENT

A DAW-synced groove instrument built for fast, weird, high-energy beat making. Paint drums, bass, and lead patterns on a 16-step grid — chain sections, shape sounds, let the DAW drive.

  • 01 Kick, snare, hat, bass, and lead engine on a 16-step grid
  • 02 Per-step probability, velocity, ratchet, accent, and glide
  • 03 MIDI export, WAV export, kit morphing, and audio-reactive visuals
HH-44 Heavy Honey virtual analog synthesizer interface SYNTH / SEQUENCER FREE DOWNLOAD
TD-002

HH-44

VIRTUAL SYNTHESIZER

Heavy Honey. A compact, rough-edged synth for heavy basses, unstable leads, and sequences with a little dirt under their nails. Immediate controls, deep modulation.

  • 01 Four-voice analog-inspired engine
  • 02 Built-in modulation sequencer
  • 03 Saturation, movement, and controlled damage
KR-12 Kit Runner drum machine sequencer interface DRUMS / SEQUENCER FREE DOWNLOAD
TD-003

KR-12

DRUM MACHINE

Kit Runner. A free step-sequenced drum machine built for rhythm that hits hard. Twelve voices, per-step velocity and probability, swing, pattern slots, and enough control to make each loop feel alive.

  • 01 12-voice step sequencer with per-step probability
  • 02 Per-channel level, tune, decay, tone, and drive
  • 03 Eight pattern slots with swing and BPM control
Tdbt CleanRoom algorithmic reverb plugin interface REVERB / EFFECTS FREE DOWNLOAD
TD-006

Tdbt CleanRoom

ALGORITHMIC REVERB

A reverb built around mud removal. Pitch-aware reverb tails that don't muddy the mix — push decay times and room sizes as far as you want without the low-mid buildup that makes big reverbs unusable.

  • 01 Mud Clean control strips low-mid buildup in real time
  • 02 EQ, Gate, LFO, and Duck Input for full tail shaping
  • 03 Pitch Clean mode, chamber types, and saveable presets
Talk 2 Me MIDI call-and-response plugin interface MIDI / GENERATIVE IN DEVELOPMENT
TD-005

Talk 2 Me

MIDI PROCESSOR

A MIDI call-and-response plugin that listens and answers. Play a phrase, and Talk 2 Me echoes it back — shifted, varied, and subtly transformed. Generative conversation, not repetition.

  • 01 Real-time MIDI phrase detection
  • 02 Response variation: pitch, rhythm, inversion
  • 03 Controllable response delay and density
02 / VOID ECOSYSTEM

VOID PLUGIN SUITE

Five free plugins for texture, ruin, and movement.
Effects and synthesis for sounds that misbehave beautifully.

03 / LAB NOTES

Every plugin here
was vibecoded.

No months of boilerplate.
Just a clear idea and the right tools.

Every plugin here — KR-12, HH-44, Keydence, the entire VOID ecosystem — was built by describing ideas to AI coding tools, not writing C++ by hand. Technical Debt is named after that process: fast experiments, strange ideas, useful messes, and the willingness to clean things up as they become real. The stack is JUCE + CMake + AI coding tools like Codex and Claude Code. You don't need to start as a C++ expert. Start with a sound, then iterate.

  1. 01

    Install the tools

    Download JUCE and CMake. On Windows you'll also need Visual Studio Community (free). On Mac, Xcode. Clone the JUCE repo into a local folder — your CMakeLists will reference it.

    git clone https://github.com/juce-framework/JUCE.git C:\Dev\JUCE
  2. 02

    Describe your plugin

    Open Claude Code or Codex and describe what you want — plugin type, parameters, sound design intent. Be specific. "Build a JUCE VST3 delay plugin with tape saturation, ping-pong mode, and a diffusion knob. Point JUCE_PATH at C:\Dev\JUCE." Codex can output a compiled VST directly without you touching the source.

  3. 03

    Set up the project folder

    Copy the generated source files into your dev folder. Make sure CMakeLists.txt points to your JUCE clone. For Keydence and the VOID plugins this looked like:

    add_subdirectory(C:/Dev/JUCE juce)
  4. 04

    Build

    cmake -B build
    cmake --build build --config Release

    The .vst3 lands in build/MyPlugin_artefacts/Release/VST3/.

  5. 05

    Load in your DAW

    Copy to your plugin folder and rescan. Windows: C:\Program Files\Common Files\VST3\. Mac: /Library/Audio/Plug-Ins/VST3/.

  6. 06

    Iterate

    Describe what you want to change. The AI patches the files. Rebuild. That's the entire loop — and that's all that was used to build everything on this site.

04 / ABOUT

One person.
Zero lines
of code.

Technical Debt is my home for music software, experimental instruments, and whatever else escapes the project folder.

I'm designing, directing, and testing everything — and using AI to write the code. Not a single line here was typed by hand. The goal is simple: make the tools I actually want to use, and show that anyone can do the same. All plugins are free for personal and commercial music use.

>_
Technical DebtINDEPENDENT AUDIO SOFTWARE · EST. 2026
05 / UPDATES
LOW-VOLUME MAILING LIST

Hear about new builds,
not marketing campaigns.

COMING SOON
PROJECT UPDATE

Follow this project

Add your email and you'll be first to hear when a demo or test build is ready.

This prototype saves your signup in this browser only.