Download Latest Version Arduino MIDI Library v5.0.2.zip (155.3 kB)
Email in envelope

Get an email when there's a new version of Arduino MIDI Library

Home / 5.0.0
Name Modified Size InfoDownloads / Week
Parent folder
Arduino MIDI Library v5.0.0.tar.gz 2020-04-20 123.6 kB
Arduino MIDI Library v5.0.0.zip 2020-04-20 155.0 kB
README.md 2020-04-20 999 Bytes
Totals: 3 Items   279.6 kB 0

This release, a major version update, reworks the way the library works with Transports.

It is only a breaking change for users of the integrated UsbTransport of 4.3, which has now been replaced by a dedicated USB transport.

Features

  • Dedicated transports
  • Active Sensing

Transports

Transports are the physical layer of the MIDI transmission, whatever hardware your MIDI messages will go through. By default, it's the HardwareSerial port of an Arduino, for communicating with instruments through DIN connections.

But MIDI supports more transports, such as: - USB-MIDI - AppleMIDI or rtpMIDI - ipMIDI - BLE-MIDI

Each transport is provided as a separate library, generously contributed by @lathoub. Check out the examples in each transport library to get started.

Source: README.md, updated 2020-04-20