Skip to content

Arduino AppleMIDI v2.1.0

Compare
Choose a tag to compare
@lathoub lathoub released this 03 May 14:10
· 275 commits to master since this release
e5cbaa4

Based on issues #83 (big thank you to @hugbug)

  • easier integration of custom settings
  • bug fix: buffer empty too soon in multi participant environment
  • bug fix: allow missing sessionNames in responses (part of the AppleMID spec)
  • UDP buffer size moved to Settings (No longer using UDP_TX_PACKET_MAX_SIZE)
  • Compiles on MS Visual C++ and Xcode
  • Removed warning from Endian.h
  • Moved Endian.h to Platform.h