# OneTrick Software Synthesizers This repo contains the source code of all [OneTrick software synthesizers](https://punklabs.com/ot-bundle). They were created by [Punk Labs](https://punklabs.com/) 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-icccm` in Arch Linux, it's required to install `xcb-util-wm`