MiniJV880 is a rompler-style synthesizer closely modeled on the famous JV-880 by a well-known Japanese manufacturer running on a bare metal Raspberry Pi (without a Linux kernel or operating system).
These are based on the minidexed build instructions.
Since the build actions are stored as git actions in/.github/workflows/build.yml , these can be exececuted locally using nektos act.
Get specific commits from other repos.
$ bash submod.sh$ bash get_arm_toolchain.sh$ bash build_sd.sh 3 # Pass RPI numberA
This project stands on the shoulders of giants. Special thanks to:
- nukeykt for the Nuked SC-55 emulator, on which this synth is based on
- probonopd for MiniDexed, which served as basis for this version
- rsta2 for Circle, the library to run code on bare metal Raspberry Pi (without a Linux kernel or operating system) and for the bulk of the MiniDexed code
- smuehlst for circle-stdlib, a version with Standard C and C++ library support