| Interface | Description |
|---|---|
| BluetoothStackAdapter.ServiceQueryListener | |
| NetworkMidiClient |
This is a functionless interface only used for tracking clients of NetworkMidiPorts.
|
| NetworkMidiListener |
Listener interface for incoming Midi data.
|
| NMJBluetoothSystemListener | |
| NMJSystemListener | |
| RTPRecoveryListener |
Listener interface for notification on packet loss recovery attempts.
|
| Class | Description |
|---|---|
| BluetoothStackAdapter |
Abstract base class for adaption to different Bluetooth stack implementations.
|
| NetworkMidiInput |
This class represents a Midi input in nmj's public api and is not used when working with javax.sound.midi.
|
| NetworkMidiOutput |
This class represents a Midi output in nmj's public api and is not used when working with javax.sound.midi.
|
| NetworkMidiPort |
Baseclass for MIDI ports in nmj's public api.
|
| NetworkMidiProvider |
javax.sound.midi.spi ServiceProvider implementation.
|
| NetworkMidiSystem |
This class is part of nmj's public api and is not used when working with javax.sound.midi.
You will have to use the public api on Android, because javax.sound.midi is not implemented there. |
| NMJConfig |
This is the main configuration interface for nmj network midi channels.
|