android / midi-samples

Samples showing best practices for MIDI on Android.
Apache License 2.0
43 stars 10 forks source link

MIDI Samples

This repository contains a set of individual Android Studio projects to help you write apps using MIDI APIs.

Android MIDI 2.0 API samples that run on Android T or later. These samples will run only with MIDI 2.0 USB devices at the moment.

These are primarily samples for developers to learn from, but may also be useful for OEMs to test MIDI on new devices.

Samples

See the README files in the App directories for more information.

Library

The MidiTools folder contains general purpose MIDI classes that are used by the other samples.