juniorrantila / synth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

synth

This is a simple synthesizer that aims to reproduce the sounds of analog synthesizers.

How to compile

Currently only JACK is supported. Both the original JACK server and PipeWire's JACK server will work.

# Setup
$ meson build

# Build
$ ninja -C build

You can then run the produced binary with ./build/src/standalone.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 97.3%Language:Meson 2.7%