List of all members | Public Attributes
MidiEvent Class Reference

A Midi Event. More...

Public Attributes

int byte1
 MIDI byte 1 in range [0;127].
 
int byte2
 MIDI byte 2 in range [0;127].
 
int channel
 MIDI channel in range [0;15].
 
number timestamp
 event timestamp in midi ticks, resolution is given by the MidiSequence's division.
 
int type
 MIDI event type (Event.NoteOn | Event.NoteOff | Event.ControlChange | Event.ProgramChange | Event.PitchBend | Event.AfterTouch | Event.PolyAfterTouch)
 

Detailed Description

A Midi Event.