Diapasonix
Portable electronic bass-like synth and MIDI controller. With capacitive fretboard, I²S audio output, and built-in AMY synthesizer
File Explorer
Download Latest Version (.zip)- audio_buffer.c
- audio_buffer.h
- audio_i2s.c
- audio_i2s.h
- audio_i2s.pio
- LICENSE
- display.c
- display.h
- display_strings.h
- icon_dx7.h
- icon_juno_6.h
- icon_low_batt.h
- intro.h
- midi_note_names.h
- patch_names.h
- ui_items.c
- ui_items.h
- Diapasonix.uf2
- body.scad
- Diapasonix.scad
- fret.scad
- headers_cover.scad
- navigation_switch_cap.scad
- shell.scad
- top.scad
- tray.scad
- Keypad_24_bass.zip
- Diapasonix-schematic.pdf
- Diapasonix-schematic.png
- diapasonix.jpg
- tusb_config.h
- usb_descriptors.c
- amy
- CMakeLists.txt
- pico-mpr121
- pico-ssd1306
- RP2040-Battery-Check
- RP2040-Button
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
