Uses of Package
c11files.calgorythmic.midi

Packages that use c11files.calgorythmic.midi
c11files.calgorythmic.lab This library implements Calgorythmic's basic model of musical pieces. 
c11files.calgorythmic.midi This library implements an event-based API to the Java MIDI library. 
 

Classes in c11files.calgorythmic.midi used by c11files.calgorythmic.lab
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.
MidiPlayer
          A simple wrapper for the Java MIDI API that provides note start and stop for various instruments and channels.
 

Classes in c11files.calgorythmic.midi used by c11files.calgorythmic.midi
Event
          This class represents a single MIDI event and implements a method to send the event to a MIDI device.
MidiPlayer
          A simple wrapper for the Java MIDI API that provides note start and stop for various instruments and channels.