Copyright © 2013-2015 MultiMedia Soft

MidiDjConsole.ProfileInternalLoad method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads a profile, written for a specific model of DJ Console, which is already stored internally to the component.

 

For further details about interfacing with MIDI DJ Consoles see the MidiDjConsole object section and the How to manage MIDI DJ consoles tutorial.

 

 

Syntax

 

[Visual Basic]

control.MidiDjConsole.ProfileInternalLoad (

nProfile as enumInternalProfiles

) as enumDjcErrorCodes


 

[C++]

short control.MidiDjConsole.ProfileInternalLoad (

short nProfile

);


 

 

Parameter

Description

 

 

nProfile

Identifier of the internal profile.

The total number of internal profiles stored inside the component can be obtained through the MidiDjConsole.ProfileInternalCountGet method.

Below the table containing models of DJ Consoles for which there is the availability of an internal profile:

Mnemonic constant

Value

Meaning

PROFILE_HERCULES_DJ_CONTROL_INSTINCT

0

Profile for Hercules DJ Control Instinct

PROFILE_NUMARK_DJ2GO

1

Profile for Numark DJ2GO

PROFILE_DENON_DN_HC4500

2

Profile for Denon DN-HC4500

 

 

Return value

 

Value

Meaning

 

 

enumDjcErrorCodes.ERR_DJC_NOERROR (0)

The call was successful.

Negative value

An error occurred: see the LastError property for further error details or for a list of the possible error values.