MidiMountain 0.4.0
|
 |
Class TMCMetaData
Unit
MCClasses
Declaration
type TMCMetaData = class(TMCItem)
Description
MIDI Meta Data Meta data classes are in a list which belongs to the sequence of track.Hierarchy
TMCItem > TMCBaseMethods
Overview
 |
constructor Create( aOwner: TMCBase; aList: TMCList; aCallCreateMsg: boolean = true ); override; |
 |
procedure Load( aFrom: pointer; aLength: longint ); |
Description
 |
constructor Create( aOwner: TMCBase; aList: TMCList; aCallCreateMsg: boolean = true ); override; |
create a cue point
 |
procedure Load( aFrom: pointer; aLength: longint ); |
load the meta event
Properties
Overview
 |
property Data[index: integer]: byte; |
 |
property Length: longint; |
 |
property Mem: pchar; |
 |
property MetaType: byte; |
Description
 |
property Data[index: integer]: byte; |
data of meta event
 |
property Length: longint; |
length of data in meta event
 |
property Mem: pchar; |
data over a char pointer
 |
property MetaType: byte; |
type of meta event
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|