https://github.com/poweruser64/tonebender
Synthesizer built with Faust, Zig, and CLAP.
https://github.com/poweruser64/tonebender
Last synced: 8 months ago
JSON representation
Synthesizer built with Faust, Zig, and CLAP.
- Host: GitHub
- URL: https://github.com/poweruser64/tonebender
- Owner: PowerUser64
- License: gpl-3.0
- Created: 2025-09-28T07:42:54.000Z (8 months ago)
- Default Branch: trunk
- Last Pushed: 2025-09-28T20:13:30.000Z (8 months ago)
- Last Synced: 2025-09-28T21:20:37.681Z (8 months ago)
- Language: Zig
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tonebender
Tonebender (working name) is a synthesizer written in
[Faust](https://faust.grame.fr/), built as a [CLAP](https://cleveraudio.org/)
plugin with the Zig programming language.
> **Project status: unreleased**
>
> Currently this repository contains everything except for `tonebender.dsp`,
> which is the DSP core of the synth. This code will be included in the
> repository after there is a stable public release. Until then, you'll have to
> wait in suspense!
## Usage
- install just, faust, and anyzig (or edit the just file to use zig 0.14.1)
- run `just`, which will symblink faust/sine.dsp to faust/mydsp.dsp, make a c file with faust, and then zig build
> this could be done entirely with the zig build system instead :P