blob: 437d09eaad83f9558979a77c15f3857ff691c714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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`
|