An open API service indexing awesome lists of open source software.

https://github.com/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
https://github.com/guysoft/midistrum

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Midistrum

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](https://play.google.com/store/apps/details?id=net.volcanomobile.fluidsynthmidi&hl=en&gl=US). Or your PC over USB.

[Get it on F-Droid](https://f-droid.org/packages/com.gnethomelinux.midistrum/)

## Screenshot
![image](https://github.com/guysoft/midistrum/blob/main/media/screenshot.jpg?raw=true)

## Tutorial

[![Watch the video](https://img.youtube.com/vi/wS7LqcrN70k/hqdefault.jpg)](https://www.youtube.com/embed/wS7LqcrN70k)

## 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:
```
./docker_debug
```