Skip to content

DisappointedPig/DPMIDI

Repository files navigation

DPMIDI

Simple Android RTP MIDI

developed using android studio 1.5.1, updated for 2.1.1 (don't forget to sync project with gradle after fresh clone)

requires eventbus3.0.0

provides basic RTP (network) midi for android devices - compatable with Apple MIDI

  • works with API 8+ (2.2/Froyo)
  • uses apple bonjour API 16+ (4.1.x/Jelly Bean)

what DPMIDI does

  • connect to other devices through apple network midi
  • send and receive simple midi commands
  • dispatch received midi over greenrobot eventbus

what DPMIDI doesn't do

  • doesn't handle realtime streams
  • doesn't handle bitrate receive limit
  • doesn't handle receiver feedback
  • doesn't handle rtp journal data

created using the following efforts of others:

many thanks to wireshark and tobias erichsen

About

simple android rtp midi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages