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]

MidiDevices.MidiDjConsole.ProfileInternalLoad (

nProfile as enumInternalProfiles

) as enumDjcErrorCodes


 

[C#]

public enumDjcErrorCodes MidiDjConsole.ProfileInternalLoad (

enumInternalProfiles nProfile

);


 

[C++]

public: enumDjcErrorCodes MidiDjConsole.ProfileInternalLoad (

enumInternalProfiles 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

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumDjcErrorCodes.ERR_DJC_NOERROR (0)

The method call was successful.