Diapasonix

(★ 101)

Portable electronic bass-like synth and MIDI controller. With capacitive fretboard, I²S audio output, and built-in AMY synthesizer

  • .gitattributes
  • .gitignore
  • .gitmodules
  • CMakeLists.txt
  • config.h
  • directional_switch.c
  • directional_switch.h
  • flash.c
  • flash.h
  • fretboard.c
  • fretboard.h
  • global_distortion.c
  • global_distortion.h
  • global_filter.c
  • global_filter.h
  • LICENSE
  • main.c
  • multicore_audio.c
  • multicore_audio.h
  • README.md
  • state_data.c
  • state_data.h
  • touch.c
  • touch.h

# Installation Guide

1. Get the code
git clone https://github.com/TuriSc/Diapasonix

Downloads the entire project code from GitHub to your computer.

cd Diapasonix

Moves into the project folder you just downloaded.

2. CMake

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • CMake The tool used to generate build configuration.
  • C/C++ 컴파일러 Windows needs Visual Studio (Community edition, free), macOS needs Xcode Command Line Tools, Linux needs the gcc/g++ package.
cmake -DPICO_PLATFORM=rp2350 ..

Type this command into your terminal and run it.

Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).

Pulled directly from this repo's README.

// repository documentation