MidiMountain 0.4.0
|
 |
Class TMCTimeSignature
Unit
MCClasses
Declaration
type TMCTimeSignature = class(TMCItem )
Description
MIDI Time Signature The time 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 time signature
 |
function GetCaption: WideString; |
get the display caption
 |
function GetTicksPerBeat: integer; |
get MIDI ticks per beat
 |
procedure SetOffset( const aOffset: TMidiOffset ); override; |
Properties
Overview
Description
 |
property ClocksPerQuarter: integer; |
clicks per quarter
 |
property Denominator: integer; |
denominator of signature
 |
property DenominatorValue: integer; |
read and write the true" denominator value
 |
property MeasureCount: longint; |
get the measure count up to this signature
 |
property NotesPerQuarter: integer; |
notes per quarter
 |
property Numerator: integer; |
numerator of signature
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|