MidiMountain 0.4.0
|
 |
Class TMCKeySignature
Unit
MCClasses
Declaration
type TMCKeySignature = class(TMCItem )
Description
MIDI Key Signature Key signature classes are in a list which belongs to the sequence. Stored in the mid file in master track.Hierarchy
TMCItem > TMCBase Methods
Overview
Description
 |
constructor Create( aOwner: TMCBase; aList: TMCList; aCallCreateMsg: boolean = true ); override; |
create a tempo
 |
function GetCaption: WideString; |
read the display caption
Properties
Overview
Description
 |
property IsMinor: boolean; |
minor or major
 |
property SharpFlatCount: longint; |
count of flats or sharps
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|