# android-midisuite **Repository Path**: KingZD/android-midisuite ## Basic Information - **Project Name**: android-midisuite - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.](https://source.android.com/devices/audio/midi_test#apps) This is not an official Google product. [Test Results for various Android MIDI Devices](docs/devices.md) ## Apps These apps can also be downloaded from the Google Play App Store. MidiScope displays MIDI Messages on the screen. https://play.google.com/store/apps/details?id=com.mobileer.example.midiscope MidiKeyboard display a simple on-screen music keyboard. https://play.google.com/store/apps/details?id=com.mobileer.midikeyboard MidiSynthExample is a simple sawtooth MIDI synthesizer. https://play.google.com/store/apps/details?id=com.mobileer.midisynthexample MidiBtlePairing pairs with Bluetooth MIDI devices. https://play.google.com/store/apps/details?id=com.mobileer.example.midibtlepairing 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](https://groups.google.com/forum/#!forum/android-midi).