I want to do some chiptunes on GNU/Linux.
Edamame is the Humboldt penguin living in Tobu Zoo.
SoyBoy SP is a VST3 instrument plugin to generate some GameBoy-like sounds. It has some basic features below:
Additionally, SoyBoy SP has these features:
See the website (Japanese ver. here) to know how to use. o
o
: worksx
: tested but does not works-
: not tested/ | GNU/Linux | Winwods | mac OS |
---|---|---|---|
Bitwig 4.x | o | o | - |
FL Studio 20.x | - | o | - |
Zrythm | - | o | - |
Reaper | - | o | - |
There is no binary distribution. You can build SoyBoy SP by the instructions below:
apt install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
./build_vst3_linux.sh --release
After doing that instruction, the directory soyboy-sp.vst3
will be created in the path target/release
in this repository. The directory is the VST3 plugin. On GNU/Linux, VST3 plugin is a directory.
For the official binary distribution, see [the BOOTH page]().
To build it, install Rust programming language and run build_vst3_windows_release.ps1
. A directory soyboy-sp.vst3
is created in target/release
and this is a VST3 plugin.
This project is lisenced under the GPLv3 because of Steinberg's licensing poricy.