The MidiBus is a small, simple, easy to use MIDI library for Processing. The MidiBus provides a quick and simple way to access and interact with installed MIDI system resources.
The MidiBus is aimed primarily at real time MIDI applications. The focus is on strong MIDI I/O capabilities and keeping frills to a minimum (e.g. currently no built in sequencer, file read/write, MIDI recording/playback).
The MidiBus is written using Java and is available for all major platforms, including Mac OS X, Windows and Linux.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
Changes:
· Added library.properties for Processing 2.0
· Added permanent URL for latest version http://www.smallbutdigital.com/releases/themidibus/themidibus-latest.zip and library.properties file http://www.smallbutdigital.com/releases/themidibus/themidibus-latest.txt
Bug Fixes:
· Fixed two small issues in sendMessage(byte[] data) which made the method mostly useless before.