Package be.hogent.tarsos.midi

Contains classes to handle MIDI events.

See:
          Description

Interface Summary
ToneSequenceBuilder.CSVFileHandler  
 

Class Summary
ChannelRedirector Redirects NOTE ON and OFF messages to a target channel.
LogReceiver Displays the file format information of a MIDI file.
MidiCommon Utility methods for MIDI examples.
MidiCommon.MoreMidiInfo  
MidiSequenceBuilder Utility class to generate a sequence of MIDI events.
MidiToWavRenderer Uses a modified version of a file of the JFugue API for Music Programming.
MidiUtils MidiUtils provides a lot of MIDI messages.
MidiUtils.DestinationSettings  
MidiUtils.DeviceControl  
MidiUtils.DeviceControl.ChorusEffect  
MidiUtils.DeviceControl.ReverbEffect  
MidiUtils.GeneralMidiMessages  
MidiUtils.KeyBasedInstrumentControl  
MidiUtils.MidiTuningStandard See: the MIDI Tuning Messages specification.
ReceiverSink ReceiverSink acts as a sink for MIDI messages.
TarsosSynth A singleton that interfaces with a real underlying synthesizer, it acts as an interface that distributes MIDI messages.
ToneSequenceBuilder Create a sequence of tones.
TransmitterSink Sends messages to a list of Transmitters.
 

Enum Summary
ToneSequenceBuilder.AnnotationCVSFileHandlers  
 

Package be.hogent.tarsos.midi Description

Contains classes to handle MIDI events. E.g. a class to send a MIDI event with a pitch bend.