diff options
| author | Eddy Pedroni <epedroni@pm.me> | 2025-11-16 12:09:24 +0100 |
|---|---|---|
| committer | Eddy Pedroni <epedroni@pm.me> | 2025-11-16 12:09:24 +0100 |
| commit | 1bded19d732b7dab6a8a827397e03649e785b47c (patch) | |
| tree | 6b85965e42ea1ce979d37f3d85f0c2b05452905f | |
| parent | 2421f04343cd0e0cbea527c73beddb09ebd48f74 (diff) | |
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,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` + |
