Package c11files.calgorythmic.midi

This library implements an event-based API to the Java MIDI library.

See:
          Description

Class Summary
Beat This object collects all the MIDI events that must be sent on a particular beat.
Event This class represents a single MIDI event and implements a method to send the event to a MIDI device.
Midi This class provides a set of useful MIDI constants and parsing routines.
MidiPlayer A simple wrapper for the Java MIDI API that provides note start and stop for various instruments and channels.
 

Package c11files.calgorythmic.midi Description

This library implements an event-based API to the Java MIDI library.