Uses of Class
c11files.calgorythmic.midi.MidiPlayer

Packages that use MidiPlayer
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. 
 

Uses of MidiPlayer in c11files.calgorythmic.lab
 

Methods in c11files.calgorythmic.lab with parameters of type MidiPlayer
 void Piece.play(MidiPlayer midi)
          Play the parts of this piece simultaneously.
 

Uses of MidiPlayer in c11files.calgorythmic.midi
 

Methods in c11files.calgorythmic.midi with parameters of type MidiPlayer
 void Event.send(MidiPlayer midi, int channel)
          This routine sends this event to the given MIDI device.
 void Beat.send(MidiPlayer midi, int channel)
          This routine sends all the MIDI events for the this beat to the given MIDI device.