Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jm.midi.event.* (15)

jm.midi: Javadoc index of package jm.midi.


Package Samples:

jm.midi.event

Classes:

VoiceEvt: Description: The interface VoiceEvt is the "parent" to a group of child classes representing MIDI voice event messages. These classes will usually be added to a linked list as type Event. The child classes instance variable id can be used to distinguish easily between the child event types. 001 - ATouch 002 - ChPres 003 - CChange 004 - NoteOff 005 - NoteOn 006 - PWheel 007 - PChange //This example shows how to add voice events to a list class makeScore { List violinPart = new List(); VoiceEvt voiceEvt = new CChange(); violinPart.insertAtBack(voiceEvt); } //This example prints the contents of a ...
ATouch: Description: The ATouch event is one of a set of events whose parent class is voice_event. In total these classes cover all voice event types found in most MIDI file formats. These classes will usually be added to a linked list as type voice_event. (see class VoiceEvt for more information)
NoteOn: Description: The NoteOn event is one of a set of events whose parent class is VoiceEvt. In total these classes cover all voice event types found in most MIDI file formats. These classes will usually be added to a linked list as type VoiceEvt. (see class VoiceEvt for more information)
CChange: Description: The CChange event is one of a set of events whose parent class is VoiceEvt. In total these classes cover all voice event types found in most MIDI file formats. These classes will usually be added to a linked list as type VoiceEvt. (see class VoiceEvt for more information)
NoteOff: Description: The NoteOff event is one of a set of events whose parent class is VoiceEvt. In total these classes cover all voice event types found in most MIDI file formats. These classes will usually be added to a linked list as type VoiceEvt. (see class VoiceEvt for more information)
PChange: Description: The PChange event is one of a set of events whose parent class is VoiceEvt. In total these classes cover all voice event types found in most MIDI file formats. These classes will usually be added to a linked list as type VoiceEvt. (see class VoiceEvt for more information)
CPres: Description: The CPres event is one of a set of events whose parent class is VoiceEvt. In total these classes cover all voice event types found in most MIDI file formats. These classes will usually be added to a linked list as type VoiceEvt.(see class VoiceEvt for more information)
PWheel: Description: The PWheel event is one of a set of events whose parent class is VoiceEvt. In total these classes cover all voice event types found in most MIDI file formats. These classes will usually be added to a linked list as type VoiceEvt. (see class VoiceEvt for more information)
SysComEvt: Provides an interface for System Common Events. System Common events will usually be placed into an Event List in which they will be classed as Event Types. SysComEvt extends the Event interface.
SysEx: SysEx is an interfaced by Event and contains a tracks System Exclusive events. The system exclusive message is saved in a ByteList called message.
Tempo: Tempo Events are contained in the MidiFile class's tempoList unlike most of the other events which are track data stored in the track Event List.
Event: The Event interface is the public interface for ALL MIDI event classes.
MidiUtil: A number of helpful static methods used for various MIDI purposes.
Track: The Track class is designed to hold a MIDI file Tracks SMF events
MidiSynth: MidiSynth.java Created: Mon May 07 11:21:30 2001
MidiInputListener: Listener for receiving MIDI events
RTMidiIn: Real time midi input.
MidiParser: A MIDI parser
SMF
EndTrack
KeySig
TimeSig

Home | Contact Us | Privacy Policy | Terms of Service