Navigation Menu

Skip to content

b3b/midistream

Repository files navigation

Midistream

Package to synthesize and playback MIDI commands from Python for Android.

Midistream is a wrapper for the Bill Farmer Midi Driver, and includes libmidi.so libraries from the MidiDriver build.

Previous version was using system version of Sonivox EAS library and Audiostream for playback.

Generated documentation: https://midistream.readthedocs.org

Quick start development environment

midistream is included in PythonHere app, together with the Jupyter Notebook it could be used as a development environment.

Usage examples: https://herethere.me/examples/midi.html

Build

The following instructions are for building app with buildozer tool.

buildozer.spec requirements should include midistream and mididriver, path to midistream recipes directory should be set:

requirements = 
            mididriver,
            https://github.com/b3b/midistream/archive/master.zip,

p4a.local_recipes = /path/to/cloned/repo/recipes

App configuration example: buildozer.spec

Examples

See examples/ directory.

examples/instrument could be build with buildozer:

cd examples/instrument
buildozer android debug deploy run logcat

About

Python for Android MIDI module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages