OneTrick Software Synthesizers
This repo contains the source code of all OneTrick software synthesizers. They were created by Punk Labs and are not my work. I only added some helper scripts to build and start the executables in standalone mode.
Build
To build, run either build_headless.sh or build_gui.sh as required.
Note:
- All synths use a version of anymap which is no longer supported. The workaround I found is to use an older rustc version (
rustup install 1.84.0) - To link with
xcb-icccmin Arch Linux, it's required to installxcb-util-wm
