forked from philburk/android-midisuite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Phil Burk
committed
Oct 13, 2015
1 parent
6fee1f3
commit b06fdd6
Showing
2 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1 @@ | ||
This is a suite of MIDI Apps that run on Android M or later. | ||
|
||
They are intended for use by OEMs for testing MIDI | ||
on new devices. But they may also be of use to | ||
other developers. | ||
|
||
The MidiTools folder contain general purpose MIDI classes | ||
that are used by the other Apps. | ||
|
||
MidiScope displays MIDI Messages on the screen. | ||
|
||
MidiKeyboard display a simple on-screen music keyboard. | ||
|
||
MidiSynthExample is a simple sawtooth MIDI synthesizer. | ||
|
||
MidiBtlePairing pairs with Bluetooth MIDI devices. | ||
|
||
See the README files in the App directories for more information. | ||
Please see the README.md file for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# android-midisuite | ||
Android MIDI test programs and examples. | ||
|
||
This is intended for use by Android OEMs and Developers. | ||
This is a suite of MIDI Apps that run on Android M or later. | ||
|
||
They are intended for use by OEMs for testing MIDI | ||
on new devices. But they may also be of use to | ||
other developers. | ||
|
||
The MidiTools folder contain general purpose MIDI classes | ||
that are used by the other Apps. | ||
|
||
MidiScope displays MIDI Messages on the screen. | ||
|
||
MidiKeyboard display a simple on-screen music keyboard. | ||
|
||
MidiSynthExample is a simple sawtooth MIDI synthesizer. | ||
|
||
MidiBtlePairing pairs with Bluetooth MIDI devices. | ||
|
||
See the README files in the App directories for more information. |