Bespoke Synth
Free open-source modular software synth/DAW with live-patchable modules and built-in Python livecoding.
| Language | Python |
|---|---|
| Category | Trackers & modular |
| License | GPL-3.0-only |
| Platforms | macOS Windows Linux |
| Install | Download binaries from bespokesynth.com or build from source; Python livecoding is built in |
| First released | ~2021 |
| Maintained | Yes |
| Links | Website · Source |
Strengths
- Live-patchable modular environment with Python livecoding
- Hosts VST/VST3/LV2 and supports MIDI & OSC mapping
- Free and open source
Limitations
- Unconventional UI with a learning curve
- Stable releases are infrequent (relies on nightlies)
Best for
Modular-synth and livecoding enthusiasts who want to build patches and script them live.
Minimal example
me.play_note(67, 100, 1.0/4) # pitch, velocity, length
me.schedule_note(0, 64, 80, 1.0/8)