Thanks to visit codestin.com
Credit goes to github.com

Skip to content

michelemaroni/mini-jv880

 
 

Repository files navigation

MiniJV880 Github Build Status

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).

Build instructions

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 dependencies

Get specific commits from other repos.

$ bash submod.sh

Get compilation tolchain

$ bash get_arm_toolchain.sh

Make the contend for the SD card

$ bash build_sd.sh 3 # Pass RPI number

A

Acknowledgements

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.0%
  • C 8.2%
  • Shell 1.3%
  • Makefile 0.5%