MidiMountain 0.4.0
|
 |
Class TMCMidiText
Unit
MCMidiText
Declaration
type TMCMidiText = class
Description
MIDI Text Constants This global instance of a class contains all the text needed for MIDI. SysEx manufaturers, Patch Names, Drum Names,...Methods
Overview
Description
 |
constructor Create; |
create text class
 |
destructor Destroy; override; |
whack text class
 |
procedure InitEnglish; |
initialize everzthing in english
load the english controller list
load the english instrument patch names
load the english manufaturers list.
Properties
Overview
Description
 |
property ControllerNames: TWideStringList; |
list with CONT_ID=ControllerName
 |
property GeneralMidiProgramNames: TWideStringList; |
list with DEC_ID=instrument patch name
 |
property SysExManufacturer: TWideStringList; |
list with HEX_ID=manufaturer name
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|