An open API service indexing awesome lists of open source software.

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.

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