MidiMountain 0.4.0
|
 |
Class TMCEvent
Unit
MCEvent
Declaration
type TMCEvent = class(TMCItem )
Description
MIDI Event MIDI event classHierarchy
TMCItem > TMCBase Methods
Overview
Description
 |
constructor Create( aOwner: TMCBase; aList: TMCList; aCallCreateMessage: boolean = true ); override; |
create a track
 |
destructor Destroy; override; |
whack the event
 |
function IsNoteOff: boolean; |
is this a note off?
 |
function IsNoteOn: boolean; |
is this a note on?
Properties
Overview
Description
 |
property Channel: byte; |
MIDI channel of event
 |
property Data1: byte; |
data byte 1
 |
property Data2: byte; |
data byte 2
 |
property Duration: TMidiOffset; |
delta in ticks to the note off
 |
property Ref: TMCEvent; |
reference between note on <--> note off
 |
property Status: byte; |
status byte
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|