• Stars
    star
    147
  • Rank 243,821 (Top 5 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android MIDI test programs and examples.

android-midisuite

Introduction

Android MIDI API test programs and examples that run on Android M or later.

These are primary examples for developers to learn from.

These may also be useful for OEMs to test MIDI on new devices.

Android documentation for the test procedure.

This is not an official Google product.

Test Results for various Android MIDI Devices

Apps

These apps can also be downloaded from the Google Play App Store.

MidiScope displays MIDI Messages on the screen. Play Store, Privacy Policy

MidiKeyboard display a simple on-screen music keyboard. Play Store, Privacy Policy

MidiSynthExample is a simple sawtooth MIDI synthesizer. Play Store, Privacy Policy

MidiBtlePairing pairs with Bluetooth MIDI devices. Play Store, Privacy Policy

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

Library

The MidiTools folder contain general purpose MIDI classes that are used by the other Apps.

Building for App Developers

You can load this project into Android Studio and build it there.

You may want to join the "android-midi" discussion group.