# mob_midi v0.1.0 - Table of Contents

> MIDI in + out (USB / BLE) for Mob apps — CoreMIDI on iOS, android.media.midi on Android

## Pages

- [mob_midi](readme.md)

## Modules

- [MobMidi](MobMidi.md): MIDI in + out for Mob apps.
- [MobMidi.Ble](MobMidi.Ble.md): BLE-MIDI transport: advertise the phone **as a Bluetooth LE MIDI peripheral**
so a computer (or another phone) connects to it as a central and plays it.
- [MobMidi.InputScreen](MobMidi.InputScreen.md): MIDI **in** demo: pick a source, then watch incoming notes light up.
- [MobMidi.KeyboardScreen](MobMidi.KeyboardScreen.md): MIDI **out** demo: a two-octave keyboard. Tap a key to send a note to the
selected output device.

