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
- Host: GitHub
- URL: https://github.com/guysoft/midistrum
- Owner: guysoft
- License: gpl-3.0
- Created: 2023-07-27T16:21:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T20:44:35.000Z (over 1 year ago)
- Last Synced: 2024-05-01T18:57:44.258Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 448 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[
](https://f-droid.org/packages/com.gnethomelinux.midistrum/)
## Screenshot
## Tutorial
[](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
```