GitHub - guysoft/midistrum: An app to use android's native midi system to create an omnichord/auto harp-like strum instrument. It also made me port native midi to kivy

An app to use android's native midi system to create an omnichord/auto harp-like strum instrument for android. It also made me port android native midi to kivy.

Midistrum does not generate sound on its own, it needs a synth to send midi t. For example fluidsynth. Or your PC over USB.

Get it on F-Droid

Screenshot

image

Tutorial

Watch the video

Donate

Midistrum is 100% free and open source and maintained by Guy Sheffer. If it's helping your life, your organisation or makes you happy, please consider making a donation. It means I can code more and worry less about my balance. Any amount counts.

Donate

Build insrtuctions

mkdir kivy
cd kivy
git clone https://github.com/kivy/python-for-android.git
git clone https://github.com/guysoft/midistrum.git
cd midistrum/src
sudo docker compose up -d
./docker_build

Debug with: