Interface IDMAXRemote
Unit
Declaration
type IDMAXRemote = interface(IBaseComPortRemote)
Description
No description available, ancestor IBaseComPortRemote description follows
Attributes
- GUID['{FF9C4732-55DE-418E-82FD-A7F02AA21A75}']
Attributes
- GUID['{B1DDD645-C627-410A-9682-32101CB6DB5E}']
Hierarchy
- IInterface
- IBaseComPortRemote
- IDMAXRemote
Overview
Methods
function GetCommand(iKey: TDMAXKey; iChannel: byte; iStatus: boolean): string; |
|
procedure SetCommand(iKey: TDMAXKey; iChannel: byte; iStatus: boolean; iValue: string); |
|
function GetVolumeCommand(iChannel: byte): string; |
|
procedure SetVolumeCommand(iChannel: byte; iValue: string); |
|
function GetChannelOfFader(iFader: byte): byte; |
|
function GetFaderOfChannel(iChannel: byte): byte; |
|
procedure SetGoStatus(iFader: byte; iStatus: boolean); |
|
procedure SetPFL(iFader: byte); |
Description
Methods
function GetCommand(iKey: TDMAXKey; iChannel: byte; iStatus: boolean): string; |
|
procedure SetCommand(iKey: TDMAXKey; iChannel: byte; iStatus: boolean; iValue: string); |
|
function GetVolumeCommand(iChannel: byte): string; |
|
procedure SetVolumeCommand(iChannel: byte; iValue: string); |
|
function GetChannelOfFader(iFader: byte): byte; |
|
function GetFaderOfChannel(iChannel: byte): byte; |
|
procedure SetGoStatus(iFader: byte; iStatus: boolean); |
|
procedure SetPFL(iFader: byte); |
|
Generated by PasDoc 0.16.0.