Package com.e1.mxdublin.evlist

Used to generate and sequence lists of generic events, see: UML.

See:
          Description

Class Summary
EvAbstractItem Basic type for any event that is added to an event list.
EvAction A simple event that will execution an action.
EvChord Event that sends a chord (in midi format) to the specified receiver.
EvList EvAbstractItem array list collection.
EvListClipboard  
EvListIterator Extended iterator for event lists.
EvNote Event that sends a midi note to the specified receiver.
EvProg Event that sends a chord progression (in midi format) to the specified receiver.
EvSender Event that will send atoms to the specified receiver.
EvTrg Event that will send bang symbol to the specified receiver.
EvTrgNote Event that sends a specific trigger "note on" message.
QueryItem To be used to check if an item is within range or with the same definition.
TrailEventList Used to play events within a EvList.
 

Package com.e1.mxdublin.evlist Description

Used to generate and sequence lists of generic events, see: UML.