MidiMountain 0.4.0
|
 |
Class TMCSMPTEOffset
Unit
MCClasses
Declaration
type TMCSMPTEOffset = class(TMCItem )
Description
MIDI SMPTEOffset SMPTE offset classes are in a list which belongs to the sequence.Hierarchy
TMCItem > TMCBase Methods
Overview
Description
 |
constructor Create( aOwner: TMCBase; aList: TMCList; aCallCreateMsg: boolean = true ); override; |
create a marker
Properties
Overview
Description
 |
property FractionalFrames: byte; |
fractional frames of offset
 |
property Frames: byte; |
frames of offset
 |
property Hours: byte; |
hours of offset
 |
property Minutes: byte; |
minutes of offset
 |
property Seconds: byte; |
seconds of offset
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|