MidiMountain 0.4.0
|
 |
Class TMCPlayback
Unit
MCPlayback
Declaration
type TMCPlayback = class(TMCBase )
Description
MIDI Playback MIDI Playback class: base class for TMCPlaybackWin32 and TMCPlaybackLinux.Hierarchy
TMCBase Methods
Overview
Description
create a playback
 |
destructor Destroy; override; |
destroy the playback
 |
procedure DoTimer; |
timer trigger procedure to be called
jump to a position and continue playback from there
start a manual tracking playback
 |
procedure Panic; |
send note off's to all output devices and stop playback
 |
procedure Start; virtual; |
start the playback
 |
procedure Stop; virtual; |
stop the playback
Properties
Overview
Description
 |
property LoopFrom: TMidiOffset; |
loop from position
 |
property LoopTo: TMidiOffset; |
loop to position
 |
property Manual: boolean; |
flag that indicates whether the playback is in manual mode
 |
property Playing: boolean; |
flag that indicates whether the playback is running or not
 |
property Sequence: TMCSequence; |
sequence to be played back
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|