MidiMountain 0.4.0
|
 |
Class TMCSysEx
Unit
MCClasses
Declaration
type TMCSysEx = class(TMCItem )
Description
MIDI SysEx Data SysEx classes are in a list which belongs to the sequence or track.Hierarchy
TMCItem > TMCBase Methods
Overview
Description
 |
constructor Create( aOwner: TMCBase; aList: TMCList; aCallCreateMsg: boolean = true ); override; |
create a sys ex
 |
function GetDataStr: WideString; |
get the data as a hex string with spaces
 |
function GetManufacturerStr: WideString; |
get the manufaturer name
 |
procedure Load( aFrom: pointer; aLength: longint ); |
load the sys ex data
 |
procedure SetDataStr(const aDataStr: WideString); |
set the data through a string ignoring the 1st byte assuming it is F0
Properties
Overview
 |
property Data[index: integer]: byte; |
 |
property Length: longint; |
 |
property Mem: pchar; |
Description
 |
property Data[index: integer]: byte; |
access the sys ex data
 |
property Length: longint; |
length of data
 |
property Mem: pchar; |
access to data through pchar
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|